Loading Tool

Explorer IconExplorer

Memory Pool

80,460 transactions
29.69 vMB
0.06993826 BTC
Random Selection Loading Transactions
Max Size: 179.18/200 MB

Candidate Block

Mining Attempt dfe1d158f4cc3a9ffaf3b871d19891cbfa302c9cc5282f6de3c2b16b950199e3
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 8083856676f7dcffeef458930cbfcb7b2eceef9a257ce9bf637985613e7fc0c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,161
Size: 1.00 vMB
Total Fees: 0.00947402 BTC
Feerates: 100.14 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (514,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,500 400,500 000000000000000002c0ec50cc0c04c95f26bbc0e1dfaa0cb74e708d723fa4bc 1,044 1.00/1.00 vMB 22
400,499 400,499 00000000000000000066ab4a10a90039824f5a9845078b7a1a9e8c5d65fca127 1,924 1.00/1.00 vMB 36
400,498 400,498 000000000000000001897a01c19ae8f389ff6058bb5d41142d2891d4281dc65b 1,189 1.00/1.00 vMB 19
400,497 400,497 0000000000000000023c162f919845c83e49f6532fbce6852b11be5fe34e2ae2 1,697 1.00/1.00 vMB 28
400,496 400,496 00000000000000000151935069c66204f6b7c40117a4c5f7d440faba3275e512 1 0.00/1.00 vMB 0
400,495 400,495 0000000000000000035d897a868e94683195a3e74d86414e643f76e56ec64760 2,512 1.00/1.00 vMB 46
400,494 400,494 000000000000000004643f94415a31cc6360bda3ad2139b8a8d488d336b6a2a3 2,483 0.98/1.00 vMB 49
400,493 400,493 0000000000000000058d90cdbfc52ca956a118f6dc88d0a721889825f223d4cf 2,204 1.00/1.00 vMB 42
400,492 400,492 000000000000000000468ba57d0fef97d7b30f72a261ae5c3320ea3b6a0410ae 2,724 0.99/1.00 vMB 56
400,491 400,491 000000000000000002f4632d79de0eb911c6ef155b3a6524d2ac23c454cbeb68 1,237 1.00/1.00 vMB 22
400,490 400,490 000000000000000005c1758fdace0527f1475f7b4447ceee7ef92fe33ccdd8b4 1,439 1.00/1.00 vMB 25
400,489 400,489 000000000000000002a34532e2afc3f61eee355b62c4f809151f3a48ae4a5d8d 2,014 0.93/1.00 vMB 31
400,488 400,488 00000000000000000086d16c1a1d9080c2c70d2b25bf3741e8aa2f3788870708 2,767 1.00/1.00 vMB 48
400,487 400,487 000000000000000006833e6b265207543757c3310ec79568c9bf3561bb476ed4 2,316 1.00/1.00 vMB 37
400,486 400,486 000000000000000001fd3d64fa8fbaf67762ddcbf2650ca6eb584d1129b94317 2,433 0.93/1.00 vMB 55
400,485 400,485 00000000000000000392caebcb47c5c0db142b0a879a2e1ef9b98aa31d71f324 1,627 1.00/1.00 vMB 34
400,484 400,484 000000000000000006184fc5364ce020a6cd2037ecf90f35c537ebdea009be59 1,925 1.00/1.00 vMB 30
400,483 400,483 000000000000000003b7796b933666b0a60364929f43425aba7bfd68567fa389 1,651 1.00/1.00 vMB 26
400,482 400,482 00000000000000000549667980967db57d236d01253dad827338f0dcd9707026 2,350 0.98/1.00 vMB 47
400,481 400,481 000000000000000000400336b0cc0b12d7dadb5c983c879ef0fd1f624adaa80e 1,901 0.93/1.00 vMB 28
400,480 400,480 000000000000000001545d9e9c0246e88cbad3fda0409a0c0bf430779bbf5c64 2,775 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.