Loading Tool

Explorer IconExplorer

Memory Pool

42,042 transactions
26.41 vMB
0.06057350 BTC
Random Selection Loading Transactions
Max Size: 138.34/200 MB

Candidate Block

Mining Attempt 28c069bb62de7d47f36688e5059e1113cdf81cfd856c5f64f5d45640b53754c7
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root ce4428bad7b7a189c1b3f48c190c498f8d57a5f8e4e57cd973eb711218ca96a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.01205338 BTC
Feerates: 477.45 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (212,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,299 702,299 0000000000000000000ec2662df12e146978ab5129f7b24e9970a5a9ddcf1e37 2,486 1.00/1.00 vMB 5
702,298 702,298 00000000000000000006ef84d71a0d221c478672cc606db9507243d3e9d99733 2,960 1.00/1.00 vMB 10
702,297 702,297 000000000000000000073a78348c850ed51572ba39a282fdb03d07a01de683d9 2,881 1.00/1.00 vMB 23
702,296 702,296 00000000000000000009e520e01f0e8493ff7d4235b6a2c0916d4e0c66e22448 1,028 0.77/1.00 vMB 7
702,295 702,295 0000000000000000000dc93322ba82f1f58edb09f73e9f3cbc1ddd82353e0181 420 0.19/1.00 vMB 9
702,294 702,294 00000000000000000004ad6f6fbecc46f189997fce9b173a701d753cbb60a6ae 1,550 0.89/1.00 vMB 5
702,293 702,293 00000000000000000008c85eea38a5ae5f8b5ada873822fc2b5b48d2a5a461ac 1,234 1.00/1.00 vMB 5
702,292 702,292 000000000000000000053c55d5fd66e68f893b61b7b20c4b3c1b3dcd80d6cc30 1,104 1.00/1.00 vMB 1
702,291 702,291 00000000000000000005009b0a37de2a57cb0f3ed1b9875605cf8df70e2a9037 164 1.00/1.00 vMB 2
702,290 702,290 0000000000000000000d148297f92ea1e131f466c08b33b3d43789af195f00fb 2,904 1.00/1.00 vMB 12
702,289 702,289 00000000000000000007d71017431bdf560b1c3ca067604476381b955dfd6eca 2,115 1.00/1.00 vMB 13
702,288 702,288 0000000000000000000051b5b1f6d0928ab0853c68a06d1d75bf9397f551cfa1 3,255 1.00/1.00 vMB 5
702,287 702,287 000000000000000000087559fbad668c412a4c7a3ff7ad80be2c51f48ce9d500 2,837 1.00/1.00 vMB 30
702,286 702,286 0000000000000000000171b70071390879b59eb271a407bb4fab852bd69fcfe2 2,670 1.00/1.00 vMB 16
702,285 702,285 000000000000000000042c21ab77558b17d5d1de0a799673c6136d192d108129 2,391 1.00/1.00 vMB 13
702,284 702,284 000000000000000000075d1b9a6f921f246fa98269d3c0b39e0f05f86a7bded4 1,335 1.00/1.00 vMB 9
702,283 702,283 0000000000000000000ecb7bed7eefff3f4c9358cc6ca873ca6f43e16aa63643 2,926 1.00/1.00 vMB 12
702,282 702,282 00000000000000000007e02c4fc9f6f667cc12f4904886e579f667591abf0c7e 420 0.13/1.00 vMB 10
702,281 702,281 0000000000000000000ae64786434df87fdc03eb0ae49d12d46817f11de3c76e 117 0.04/1.00 vMB 41
702,280 702,280 00000000000000000000fcb9c72101b71a7e227bb623b6d3bacdc5d43b22ee23 115 0.03/1.00 vMB 13
702,279 702,279 0000000000000000000078bc60119ca6d57c2c53cdf2147d11ec5e0515df0bf3 853 0.31/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.90 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: 645.48 GB
    • Received: 12.73 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.