Loading Tool

Explorer IconExplorer

Memory Pool

83,079 transactions
32.60 vMB
0.10004994 BTC
Random Selection Loading Transactions
Max Size: 195.51/200 MB

Candidate Block

Mining Attempt 59dc85e0da6a40ded5cbf7262672327bf2d5472011de4dfb1255463bda960108
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 0ad278b1212c391d7bca8cdd6de363c4153d5e88e5db7852ad455e601f33f1ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,087
Size: 1.00 vMB
Total Fees: 0.02445107 BTC
Feerates: 265.25 > 2.45 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (911,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,496 3,496 0000000096ec9536e325f69e7cb1b9fb692a257c7b9d9be027c7af3957399f28 1 0.00/1.00 vMB 0
3,495 3,495 00000000f4e7ccacfc7aa959e978bc1982359110e4d5ae73bb204e114367ce60 1 0.00/1.00 vMB 0
3,494 3,494 000000006e2f3439b7b471ca90e8ab179d4a95923fff03ea85600627e59f5ff6 1 0.00/1.00 vMB 0
3,493 3,493 0000000087ae6350d3e5b5d1b76414a74b545199a8f7296c08434fa0c99ca8c1 1 0.00/1.00 vMB 0
3,492 3,492 0000000073777a441e7058ff46b7b2c4be347e459a4e12754bc4c24d90f10908 1 0.00/1.00 vMB 0
3,491 3,491 00000000af8bd4019e655d01f64873569d7379b9cd8318c8e91f5430759e0969 1 0.00/1.00 vMB 0
3,490 3,490 000000000ec85529bd3bc9e198cbf6773b8a9601d301177328f8f405610f205c 1 0.00/1.00 vMB 0
3,489 3,489 00000000a9269a77e03229a724b52c8763ad42f0ce696fc00a2a1ffc33948fb5 1 0.00/1.00 vMB 0
3,488 3,488 000000008f5596252a055695ff9a13378df081358416b27662fcda571617119c 1 0.00/1.00 vMB 0
3,487 3,487 00000000220444931422b8338356b117717da3d22e78a1445e6f8354593bf43d 1 0.00/1.00 vMB 0
3,486 3,486 00000000c54a1f4d17ea1aad4763fbd66b380d20df06a7b1f19653dfae48f4fd 1 0.00/1.00 vMB 0
3,485 3,485 000000006074335004c32589581612cdc478c789fb1d1259a89c7e69a08e44e4 1 0.00/1.00 vMB 0
3,484 3,484 000000005cbfb96cd3e7e45b8ee8a0fc60eff22619b13af19e30ff5e74253e51 1 0.00/1.00 vMB 0
3,483 3,483 00000000d870b190d2aefe3f246e42c4708ebfba91e4303c7b6b7f5d85651072 1 0.00/1.00 vMB 0
3,482 3,482 00000000fd84431032ea2cd8f68c16103a881eb8e31d51fab2652b07008b49b6 1 0.00/1.00 vMB 0
3,481 3,481 0000000078f33ce8fe84be281a618b43e3cd97c2481f313f21d8bb772fb9f427 1 0.00/1.00 vMB 0
3,480 3,480 00000000973620c3ffd7de52d1cd1ce698264b835cc2ebe2be235507918c4c30 1 0.00/1.00 vMB 0
3,479 3,479 00000000c4c896025ba83c494125757f10a8d05e90443b1a7d10281a9cccb24a 1 0.00/1.00 vMB 0
3,478 3,478 00000000a7d6b05f4ab5019f6de98789dab86788d3e21236a2250cb6950be2cc 1 0.00/1.00 vMB 0
3,477 3,477 0000000029df2753c0109814afc0a08c1676b38ff75d90cc9400d8646692fc6e 1 0.00/1.00 vMB 0
3,476 3,476 00000000c33b79503dd3fafc5458f642c487158dfe9f66ad02d8c2707834f678 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.55 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.