Loading Tool

Explorer IconExplorer

Memory Pool

43,839 transactions
27.15 vMB
0.07553502 BTC
Random Selection Loading Transactions
Max Size: 141.73/200 MB

Candidate Block

Mining Attempt fd93c209a62dcdaa30385b3cdbaadc9fa539d31b674f18d48a75fd66ed06c6c7
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root c205d0686c44463719b222fad66006421b56096cb8f2001b796e7d60a75139de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,856
Size: 1.00 vMB
Total Fees: 0.02406612 BTC
Feerates: 150.77 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (67,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,269 847,269 000000000000000000033e2dfe204c83e0078e56be52e9170db9121ac9ebfab1 6,070 1.00/1.00 vMB 62
847,268 847,268 0000000000000000000021fb3a567d7d9c7837dafd6a46df38cc817f02268932 6,063 1.00/1.00 vMB 36
847,267 847,267 00000000000000000002f9ae40ec34ad5129fcd6abae8fa5d1bfe4cfdf3878c0 6,120 1.00/1.00 vMB 36
847,266 847,266 00000000000000000002957ebf32a30ebf1bd25d881a817e702c387aeb43e82c 5,527 1.00/1.00 vMB 39
847,265 847,265 00000000000000000002c82a6166d4633968a72285f229965c37d9d71b44b8b2 6,748 1.00/1.00 vMB 31
847,264 847,264 0000000000000000000126f10082aa82bef217478444f638043bb0d2cf71ce8c 5,076 1.00/1.00 vMB 31
847,263 847,263 00000000000000000002b3e41fe5d76d045b939f1a27a53cf8468b586a21f245 6,815 1.00/1.00 vMB 23
847,262 847,262 0000000000000000000338fc2a523e402d5f788444be17e4f550666d1bae126b 6,327 1.00/1.00 vMB 35
847,261 847,261 0000000000000000000109dcee3651f1ea3b7d95b68739589888582d901a1a48 5,653 1.00/1.00 vMB 37
847,260 847,260 00000000000000000002c58f95c515cbe268e8198fbd208a1d681ced8a7701f4 6,638 1.00/1.00 vMB 30
847,259 847,259 00000000000000000002e169c8db7a003bc229061693f51ae0833fddd2ae71f5 5,243 1.00/1.00 vMB 45
847,258 847,258 0000000000000000000023a42713fb12b21d3cc5d0ff6af255b6b41ba8747344 3,031 1.00/1.00 vMB 68
847,257 847,257 00000000000000000001564c6393d39b57f369c2038515e1d6e477ababb861e1 3,720 1.00/1.00 vMB 22
847,256 847,256 00000000000000000002a81d7a5637819d9eae8e58fac9439533fadf8b9dfc20 4,803 1.00/1.00 vMB 35
847,255 847,255 0000000000000000000309912e675ac86b195a25e7ef8797a705ee991569cabf 6,578 1.00/1.00 vMB 26
847,254 847,254 0000000000000000000024d75c6e6d075c7ea58d41a2b15a7a7f132ffc231501 6,314 1.00/1.00 vMB 37
847,253 847,253 0000000000000000000265429a53ee1eb9ffe39e8cf7c5ee5d586d8a593f3187 5,311 1.00/1.00 vMB 55
847,252 847,252 000000000000000000010f7638000626a2ac92f18a376c53477e94994d47f562 4,894 1.00/1.00 vMB 42
847,251 847,251 0000000000000000000020d87e1d75a8214478fde6d447c4bad181f8438da3f5 5,830 1.00/1.00 vMB 33
847,250 847,250 000000000000000000028e4a64450c8c0249fcfdbe7544f04d8fc84bb0885e35 6,486 1.00/1.00 vMB 24
847,249 847,249 000000000000000000020c2dc3e5cfaa153835425419c09dc3f1d7a2bd15724a 6,041 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.