Loading Tool

Explorer IconExplorer

Memory Pool

21,949 transactions
16.96 vMB
0.04442351 BTC
Random Selection Loading Transactions
Max Size: 85.79/200 MB

Candidate Block

Mining Attempt e007d281c250f737379529a478fc0eaac34c68758681762f4425b805f558668e
Version 20000000
Previous Block 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7
Merkle Root d8a3f0f8590ea3643d1a29d42e9d341ad62d18f94eeb158607fe73bf8bcb2a78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,594
Size: 1.00 vMB
Total Fees: 0.01319875 BTC
Feerates: 77.35 > 1.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,137 (785,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,469 128,469 0000000000001dc90173128cca9da4ca2f1032972b1facf93f3f05fff99657a2 24 0.01/1.00 vMB 28
128,468 128,468 0000000000001fcf46322ebcd77a4dc23f0b1d6b095cd2f16cb65ae71935ba98 12 0.00/1.00 vMB 0
128,467 128,467 00000000000013525691612d003f8ceb24b02c4c42f21d532f6d6cf65cdaf557 34 0.01/1.00 vMB 1,210
128,466 128,466 000000000000268242e8e296d48159c13f2adc4c5f46f82878c39a95d3f92d3e 2 0.00/1.00 vMB 4,484
128,465 128,465 0000000000000921757b48c5153aafa184811c3b33849439ea9151960cd1a84f 150 0.06/1.00 vMB 444
128,464 128,464 000000000000217cd95eb9dcbff0cf3651acb832ad4eae1528dd6ec04a10e94d 41 0.01/1.00 vMB 1,148
128,463 128,463 00000000000006edd21a438768dbe2024aeda191c55caff6405a93395e7d965c 25 0.03/1.00 vMB 875
128,462 128,462 00000000000002574c3fd2d3d57a5f1f07a2134e9c5d96ccdb09e108cbf888ff 16 0.01/1.00 vMB 1,218
128,461 128,461 00000000000008a662b4a95a46e4c54cb04852525ac0ef67d1bcac85238416d4 7 0.00/1.00 vMB 1,154
128,460 128,460 0000000000001e832afe3c8a7eb78fbf7a72531b0a1304a3f205e36dc9086216 54 0.02/1.00 vMB 707
128,459 128,459 0000000000000c3975dd334185d299ab742d6ad7a45186b53ca29c013f3d8f5d 95 0.04/1.00 vMB 351
128,458 128,458 000000000000123b8ddd8b78d02ad726991392b0f43e3d04628a3851851b2e3c 33 0.02/1.00 vMB 601
128,457 128,457 0000000000002554edb109a41a85d0292ba85ad6f4796e919914094ac88bb087 44 0.02/1.00 vMB 268
128,456 128,456 00000000000000011ac23090a91a9297e8cb27c6d81cea9fc429fd37468d509e 75 0.03/1.00 vMB 1,559
128,455 128,455 0000000000001e2818206415c9c884117f0c8b0c9b17a5fcea816502fa06903d 18 0.00/1.00 vMB 712
128,454 128,454 00000000000022b46fb1e67152bbc5b0f5dad87494e2ca9d331f1f3389a38e93 16 0.00/1.00 vMB 249
128,453 128,453 000000000000200bcaac0d83b4a9d0bc5ae002757171ba278b371bee13bab310 16 0.01/1.00 vMB 950
128,452 128,452 000000000000116e2af2728f4fcde9779d56dae17e1df0f88984e6a94f08de2e 23 0.01/1.00 vMB 1,073
128,451 128,451 000000000000163a4b95ce4a2797eebe4a3d114bd3dd3e8539ead7b07d3c4108 108 0.05/1.00 vMB 211
128,450 128,450 00000000000011b3f877b6648eee1951c4ca3f455d268c103afb2fcc5d9ff034 14 0.00/1.00 vMB 1,045
128,449 128,449 0000000000000052c137e119070e51571ab2c548ec8672b948f82512c48f5d0f 27 0.01/1.00 vMB 852
Previous 10 blocks ↓
Total Size: 780.84 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: 562.46 GB
    • Received: 7.47 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.