Loading Tool

Explorer IconExplorer

Memory Pool

82,661 transactions
30.53 vMB
0.13706987 BTC
Random Selection Loading Transactions
Max Size: 183.85/200 MB

Candidate Block

Mining Attempt 0fe2ee0f90a09862af8466bb1395d96d8ed3faffa5555c527be8fc9c0edd6186
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 61ed997cb4fd3d589f7465779ae7b2b914e2f4d31156fc8ebe82deafbfd23da2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,075
Size: 1.00 vMB
Total Fees: 0.07368190 BTC
Feerates: 150.77 > 7.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (492,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,554 422,554 000000000000000004a3ffb1c0724ca871d4f0b995fdbfa8e9ff0605795d8d63 2,269 1.00/1.00 vMB 47
422,553 422,553 0000000000000000039eceb3701c4de8638aa2f7d908a53175169626ec67b1f4 2,108 1.00/1.00 vMB 78
422,552 422,552 00000000000000000083f26f33b72e544b4aa0d07f055bf27f07935802b0403e 2,362 1.00/1.00 vMB 57
422,551 422,551 0000000000000000023029ebfb31d16b8c826c66a768f6d24a7550c3e217a030 2,906 1.00/1.00 vMB 109
422,550 422,550 0000000000000000033d7d08be3d5a7cfacbaac792a66342e886485922a29c31 2,361 1.00/1.00 vMB 80
422,549 422,549 000000000000000001c459ab0c3952181ae0b73b88a8d8fa97f6960bb45a4497 1,828 1.00/1.00 vMB 48
422,548 422,548 0000000000000000018b1a65ded5b2643da34bb79b1e7ac2f53d11b73ac9e0ee 1,714 1.00/1.00 vMB 50
422,547 422,547 000000000000000002eaa8b2e64459425a7ec5e358d9a1715280cc031f495b43 3,174 1.00/1.00 vMB 94
422,546 422,546 0000000000000000006840ef2ab6be3cec265c31e10edb566a2c761191e66fcc 2,046 0.97/1.00 vMB 50
422,545 422,545 00000000000000000206ececc8f2b5564ac1f9fa08aa1046c166da942adcf890 14 0.00/1.00 vMB 153
422,544 422,544 000000000000000000d542efcebbcf627b8056a7398dbb11d9313a4c32e02950 2,513 1.00/1.00 vMB 77
422,543 422,543 0000000000000000049a525d874bdac803acbad910e3c542c06f25c21522390c 580 1.00/1.00 vMB 19
422,542 422,542 000000000000000004073ca0d2c6130667ac63599e61fa82a4d11e635bf95bae 882 0.56/1.00 vMB 30
422,541 422,541 00000000000000000413046df9b2f22e6dd29e83358a60181368630942452d32 2,330 1.00/1.00 vMB 49
422,540 422,540 000000000000000004559a276a53fdf98e352b1aeea9c021f29e3ed81b45d9e6 2,688 1.00/1.00 vMB 87
422,539 422,539 0000000000000000049138b3fabc568883685e29f2bb33ce6cf41f36bce22af2 2,647 1.00/1.00 vMB 91
422,538 422,538 000000000000000004c665c49468bbc2938cb0b15f42498fd90d21e08c20da53 1,148 1.00/1.00 vMB 31
422,537 422,537 000000000000000003c5136aa4e67b08b633f9e5afb94240736c7357a115ff45 1,169 1.00/1.00 vMB 35
422,536 422,536 000000000000000000dfe1151cf5f468a1ccfc16c6e716070e6e820051cf55af 946 1.00/1.00 vMB 27
422,535 422,535 000000000000000004f06c05dcf03c06ecf1a9ddef57061908770a39220eb6d3 312 1.00/1.00 vMB 16
422,534 422,534 000000000000000002de68bdb6488671f594389c3124ac421e7dce22c07fe948 693 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 660.43 GB
    • Received: 14.74 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.