Loading Tool

Explorer IconExplorer

Memory Pool

79,944 transactions
29.94 vMB
0.13299911 BTC
Random Selection Loading Transactions
Max Size: 180.92/200 MB

Candidate Block

Mining Attempt e6b0062ce7dca9d46046d7901b41a82b72b96bd632983d32ea3ae478f3f3b884
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 86bcd193c050941fc00761fd4b2483a4fc41fdf91a0e9a176bfa3d8cde084e56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.06396261 BTC
Feerates: 101.64 > 6.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (91,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,484 823,484 00000000000000000001320dd97debeba5b5b80694e37180bc8b5c0cfc1c426f 1,894 1.00/1.00 vMB 290
823,483 823,483 0000000000000000000099819a9e23a5068a2a6f0e842e4f9568f53ede446300 2,866 1.00/1.00 vMB 200
823,482 823,482 000000000000000000009f79a71452ab994d2c4b06a06fb858f8606894ecbf94 4,228 1.00/1.00 vMB 108
823,481 823,481 0000000000000000000071971ca9d3cfa3726ea145c8f36e58399b3bc0adc9d3 3,291 1.00/1.00 vMB 137
823,480 823,480 00000000000000000003d39a84b8881a1ccb7b56b2c1859eeeb2f2a3cfece0f4 2,997 1.00/1.00 vMB 171
823,479 823,479 00000000000000000000f28815859adef4ef2f818712e2cc75030a68eacbdd8b 2,507 1.00/1.00 vMB 215
823,478 823,478 000000000000000000027350c2aa2183b4446a708407762af7b5061ec0cf115d 2,895 1.00/1.00 vMB 169
823,477 823,477 00000000000000000000bc4d77df3447b4c6050b9b64076568d7528e860b811d 4,791 1.00/1.00 vMB 128
823,476 823,476 0000000000000000000087193655cf7f4b0dd793f46fe25bf8f7802dae57918f 4,315 1.00/1.00 vMB 132
823,475 823,475 00000000000000000003233853120c9fed0db249de5933b299d4cee975d573ea 3,238 1.00/1.00 vMB 167
823,474 823,474 00000000000000000001cf2244a3e3065a0af1ec2e237b6a6a066bd2834f2439 2,846 1.00/1.00 vMB 187
823,473 823,473 000000000000000000011025f4bf52732bd2fe2b090338f9156ce72bc24aca0c 5,180 1.00/1.00 vMB 113
823,472 823,472 000000000000000000002af2f9a0c8dba0e8c436ea2c0a01ec91a72c7a823009 4,839 1.00/1.00 vMB 123
823,471 823,471 0000000000000000000084f7c4d739093500fb476bd72bb87ba77fde079263c8 4,932 1.00/1.00 vMB 132
823,470 823,470 0000000000000000000146757fbd5c77467defc33466c2fee2074a1525efdfa6 3,955 1.00/1.00 vMB 144
823,469 823,469 0000000000000000000019229a282e71bc1e901654698ee47e264f792e188033 2,513 1.00/1.00 vMB 211
823,468 823,468 000000000000000000020e92a75df6656fcef91e75f771d4db9316d0b718eab4 4,521 1.00/1.00 vMB 116
823,467 823,467 000000000000000000025db2bc81e60b56c4b0e7a9fb6f968d8f0cbdaaa42d4d 3,942 1.00/1.00 vMB 177
823,466 823,466 00000000000000000002beabfdd166d33179b9c526d876488e0e6199632b54bd 4,524 1.00/1.00 vMB 112
823,465 823,465 000000000000000000020c4bd855ce73c172a405fa6b8885d9580dbc5fa5895a 3,815 1.00/1.00 vMB 114
823,464 823,464 00000000000000000002d3b6b8d1b8befe301638254200dc4b07ba34908c27c0 3,407 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.