Loading Tool

Explorer IconExplorer

Memory Pool

78,920 transactions
29.44 vMB
0.06680836 BTC
Random Selection Loading Transactions
Max Size: 177.19/200 MB

Candidate Block

Mining Attempt ef91eed41b631d224a64c51b187bda6bdc9f6ff7b615300f8683b34ef767009c
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root c1120df5d40be254f77c6c62cd2d8df9ebfdd68153fd316a1b0e6a3a09447213
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,421
Size: 1.00 vMB
Total Fees: 0.00706069 BTC
Feerates: 150.77 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (422,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,654 492,654 00000000000000000099b68f53e00296c92dcf59fb79599c49848cd7262d0a45 2,355 1.00/1.00 vMB 251
492,653 492,653 000000000000000000134bd7bbb61e3bab11296edd0f4e58a7538ca79a1b63cb 2,558 1.00/1.00 vMB 262
492,652 492,652 0000000000000000001ebd780034a1f08a056c83242a2b3ce4cc1f5572caa684 2,439 1.00/1.00 vMB 233
492,651 492,651 0000000000000000003990c4ea1d0fc6e1c54966bfe2113159ffcae6938616a9 2,496 1.00/1.00 vMB 244
492,650 492,650 000000000000000000ab71c031a0210f195ff3af0e679a93759a27f1f2f83538 2,152 1.00/1.00 vMB 101
492,649 492,649 0000000000000000001d1a1c41c99622b37aeec7dac5abe25d7bcd54dbb208e1 1,825 1.00/1.00 vMB 127
492,648 492,648 00000000000000000037b0aa2cca71d6f0be89a3cd19b50b7af2afd484ca2a97 944 0.53/1.00 vMB 227
492,647 492,647 0000000000000000005871031169b72b5a4654fd114664d19043ef404730277c 2,303 1.00/1.00 vMB 103
492,646 492,646 00000000000000000059ba271c7c764b9dafc01b16a932c70d5c4f766257066e 2,397 1.00/1.00 vMB 157
492,645 492,645 000000000000000000a18a93a8997d64835bacd0fb73c8db1cdc16056bf35aba 2,300 0.95/1.00 vMB 231
492,644 492,644 0000000000000000001f7fc17945ed884a2e2e801be59b50c890414c32b17914 2,717 1.00/1.00 vMB 206
492,643 492,643 000000000000000000924c007a6ab6c27100a3c1a7c77d15fd458a2b0ad496a1 2,678 1.00/1.00 vMB 216
492,642 492,642 000000000000000000ac98266f63431f9d79ce7d3b250bbde104c2ca7fffbea5 2,619 1.00/1.00 vMB 240
492,641 492,641 000000000000000000853cc587a011f4e80d83db23c3bd509c1c3d541852b015 1,840 1.00/1.00 vMB 169
492,640 492,640 000000000000000000b83a3344c38fddf693ec49d361a5033ae689ce88733a30 2,269 1.00/1.00 vMB 199
492,639 492,639 000000000000000000aaef4d08b6437f1a7934f2039ff249535267fdea347875 2,697 1.00/1.00 vMB 254
492,638 492,638 0000000000000000002d72cc647feca93b0b6efbe29f44d83f69b32c7ea99dc7 2,220 1.00/1.00 vMB 228
492,637 492,637 000000000000000000adfe0f28fdba10f7458f707b705cc540a107448a1731f4 2,176 1.00/1.00 vMB 237
492,636 492,636 000000000000000000981c0d4a1187bed4c12ac53474a5b38ee75eb8ceba4a4e 1,592 1.00/1.00 vMB 270
492,635 492,635 0000000000000000001070e7180c311e097294bb5bc31c9a788d2639be30316c 1,809 1.00/1.00 vMB 227
492,634 492,634 000000000000000000553d3aa38a5229d837cf387944f63f6878b3538780edd8 1,917 1.00/1.00 vMB 249
Previous 10 blocks ↓
Total Size: 782.38 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: 664.28 GB
    • Received: 14.96 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.