Loading Tool

Explorer IconExplorer

Memory Pool

45,019 transactions
29.79 vMB
0.09063123 BTC
Random Selection Loading Transactions
Max Size: 153.83/200 MB

Candidate Block

Mining Attempt b4aa4afb6d5473cb6c9ea751b40523f570311d5b56a62f9f9b2596c131593ba7
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root e6625c228fd0be4dd9a119652b3b4a85af4147738fd0bea9a4c1c3abb1c3dee6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03095484 BTC
Feerates: 477.45 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (461,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,133 453,133 000000000000000001b382c39983572762efe91126ba6d02ab7d17efdbad3c77 2,040 0.99/1.00 vMB 109
453,132 453,132 0000000000000000013f2722d86a2c59eb5dc7413ec306560756ed078d6ffc28 1 0.00/1.00 vMB 0
453,131 453,131 0000000000000000001ea29dbf7e9f16d1168e3f3409f4e8bf4b55e42ec90243 1,258 1.00/1.00 vMB 113
453,130 453,130 000000000000000000ef4f52af86f6d233e2957c56c71085b8d2baabaff5b4ae 2,963 1.00/1.00 vMB 136
453,129 453,129 00000000000000000251716bb6a784f14733bdf86774ddec4a5cdd26a21eeab2 2,250 1.00/1.00 vMB 108
453,128 453,128 00000000000000000153ff7be5f7de842a589fe2375fe40952aa15651b2207d4 2,235 1.00/1.00 vMB 107
453,127 453,127 0000000000000000027be83e10b6ad570f6655e48ac603d433fac2b61e75620f 1,993 1.00/1.00 vMB 92
453,126 453,126 000000000000000001a2259c36d9cdfc932aa7e537dd2df2d7f72eff694a7ddb 2,209 1.00/1.00 vMB 140
453,125 453,125 00000000000000000154ca284a15338936c0ab8c27e0e02ec61916699ce4c934 938 0.37/1.00 vMB 104
453,124 453,124 000000000000000000ad6d718dd76f4b12b49c4473b9c32cbd9e43e94db7550a 2,207 1.00/1.00 vMB 116
453,123 453,123 000000000000000000a682da73c3545b8727b39b8ada41552dbab54c532fb4b8 2,841 1.00/1.00 vMB 141
453,122 453,122 00000000000000000005a8de87c703ee1a40d4e778e9a62941249a6237a014fe 407 1.00/1.00 vMB 10
453,121 453,121 0000000000000000008d382c2021778d321f30918ac4718d0a52ccca90c363bb 1,689 1.00/1.00 vMB 74
453,120 453,120 000000000000000001156ee683aa523b1b31db5da816a4d9d503e1bed45954ac 2,411 1.00/1.00 vMB 96
453,119 453,119 0000000000000000028698fcf82f9302577c91056ec3c520192c7c73e1a13fce 2,070 1.00/1.00 vMB 90
453,118 453,118 000000000000000000e1823cc186c494caaced15c7761844010362e8bd280bd3 1,497 1.00/1.00 vMB 62
453,117 453,117 00000000000000000217d6655e28d1bb1a963c50cc8eeef3ee998a4e2852a0cc 2,035 1.00/1.00 vMB 88
453,116 453,116 0000000000000000018f95bbaa826613c906455b03a5a26fe5b2196d14910dc0 1,400 1.00/1.00 vMB 72
453,115 453,115 0000000000000000012ee42267b2eb76f863ecc69d8ba1f729bbc50c5a1e2d71 2,119 1.00/1.00 vMB 61
453,114 453,114 000000000000000000d086849a64784d75758dde4f8ba0bf72ba07eff4bc961f 2,413 1.00/1.00 vMB 114
453,113 453,113 0000000000000000018770d10a9bf53aa80bf969c8b723751160d03d7dfb6844 2,011 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.