Loading Tool

Explorer IconExplorer

Memory Pool

52,307 transactions
30.41 vMB
0.26768975 BTC
Random Selection Loading Transactions
Max Size: 160.54/200 MB

Candidate Block

Mining Attempt 69d71cff5a78a9c7a88eb19cf04077db473fe8c6fdee7aa5583c4eb590f17eeb
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root f2da0ab41f2cfb4bd4b9b8ce195796edd4f4a34702f345a836497e203b3c840e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,725
Size: 1.00 vMB
Total Fees: 0.08431555 BTC
Feerates: 229.15 > 8.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (183,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,398 731,398 00000000000000000007b4d0fbdb0eb926880f2e2fb2b75907f05f8482ba086b 1,894 1.00/1.00 vMB 9
731,397 731,397 00000000000000000008e366636fd64b9cb25d7b8399306e052c44691fc79d2f 3,511 1.00/1.00 vMB 17
731,396 731,396 000000000000000000035f46916db2dd22a8ed8ed31c80f4529b1db9a2c4b82b 3,633 1.00/1.00 vMB 4
731,395 731,395 000000000000000000099b6e4d63bd8470dd73b5a1a6479de9f0684763df674e 3,381 1.00/1.00 vMB 15
731,394 731,394 00000000000000000005c5eca7e887683c9bf3dacec18efb2198457b7cb1122e 1,384 0.99/1.00 vMB 1
731,393 731,393 000000000000000000050dc7aee80816115244f55eb9351b97b2254a41d84ed0 2,419 1.00/1.00 vMB 4
731,392 731,392 000000000000000000038c556c417168a54c2f77affe3579cb10e14fad3b83da 2,903 1.00/1.00 vMB 7
731,391 731,391 000000000000000000095c1b7d007dfcdb7e6065510965773b3a187e12060831 2,919 1.00/1.00 vMB 6
731,390 731,390 0000000000000000000944a859ab18500b1ca31fc3f8f83028a3847b9313d0d8 2,774 1.00/1.00 vMB 13
731,389 731,389 0000000000000000000508e2d505bcca6a2dfbc625472bed35d4250328ec3ff1 3,151 1.00/1.00 vMB 15
731,388 731,388 00000000000000000006862f3d81b778907a0c56d1c39d00fe2f491756098c8a 2,165 0.72/1.00 vMB 8
731,387 731,387 000000000000000000092f491434674e9e5e818d40f96f9b331f422e287e8ba8 628 0.22/1.00 vMB 7
731,386 731,386 00000000000000000003193287ac9bb5434c9703168207fed2bf7b3d834c70d8 907 0.42/1.00 vMB 9
731,385 731,385 000000000000000000066636f924b4670f3df93a80f5b696f66d61d577da6a22 264 0.17/1.00 vMB 4
731,384 731,384 000000000000000000021d6cb0f6b7a16fafebedac5f70cd7f3d66f54820e45d 1,985 1.00/1.00 vMB 4
731,383 731,383 00000000000000000005d68220960bf033dea1e16add4a28a0a4bf158b4c01e6 1,210 1.00/1.00 vMB 2
731,382 731,382 0000000000000000000603f93a92a9fbe9ed2a4f5a5d0b779e5f40d958dbddb9 2,389 1.00/1.00 vMB 3
731,381 731,381 0000000000000000000439a324093e3c0800ac2e35c998142041b6cca1aca2d4 2,743 1.00/1.00 vMB 3
731,380 731,380 000000000000000000095294bf2b993a4f4328b28df5db2822e6f14f80e03665 3,577 1.00/1.00 vMB 9
731,379 731,379 000000000000000000003cff32d030e8069e9806d53241004d126b9e7081d438 3,328 1.00/1.00 vMB 16
731,378 731,378 00000000000000000004ae23c82cf2e6d18716f3c80721aaff10b7e0289546bb 3,566 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.87 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: 644.20 GB
    • Received: 12.61 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.