Loading Tool

Explorer IconExplorer

Memory Pool

81,918 transactions
30.89 vMB
0.08393337 BTC
Random Selection Loading Transactions
Max Size: 189.27/200 MB

Candidate Block

Mining Attempt 70e9aaa582dc378e5a6bb96a9fed02e77a456886f1f6b6cb718658a17c95ce26
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 84c7c7d4c189cad70aee7aa0604686c4dce71eb0b68fd6b07051e70e605c0f1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.01460296 BTC
Feerates: 100.00 > 1.46 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (518,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,504 396,504 00000000000000000627f6e1fd673d9cb64d84e7a768bb2e0114e574c3ca5bfb 811 0.38/1.00 vMB 34
396,503 396,503 000000000000000007341915521967247f1dec17b3a311b8a8f4495392f1439b 694 0.36/1.00 vMB 41
396,502 396,502 000000000000000005253aa94da70619fca7c37996cd4b08bd8afb30fcc112ef 1,442 0.70/1.00 vMB 38
396,501 396,501 0000000000000000052b3e2ce3c30f8c41c562a96fd78a00e60b2151f08bf4ae 285 0.15/1.00 vMB 38
396,500 396,500 0000000000000000072b32721c1b7d16b834ea882ac856f1669479d69f4bfe8a 1,310 0.99/1.00 vMB 19
396,499 396,499 0000000000000000025788a4a2352d523ee91cdec52dd08e56b72c377bba5845 2,705 0.95/1.00 vMB 54
396,498 396,498 00000000000000000787c5f8d3cf3f7e24ce2264cfe6e3080d09ef6a3bcdac42 2,133 1.00/1.00 vMB 38
396,497 396,497 0000000000000000086bd4aca88896daeb26ff6a9dd39421e30d255881f254ec 348 0.22/1.00 vMB 29
396,496 396,496 0000000000000000067d3ca1894cc3e9c05ec05b76f1624fc731e6dd6776ebe9 554 0.38/1.00 vMB 28
396,495 396,495 0000000000000000006abd4753584f62785b8ffce8a39e0a39457f5a6d212a44 1,135 0.63/1.00 vMB 43
396,494 396,494 000000000000000005ce657bcc8fa44141f600c3e5c7446de953f074945a7da1 315 0.18/1.00 vMB 34
396,493 396,493 000000000000000000b90bc08b71e1f9e59141c08fa7cb8f6b4c2eeb6274a820 1,669 0.85/1.00 vMB 35
396,492 396,492 000000000000000008a6c1e8cc1e56399a8d8975cff41fb16aa4090004887fe5 1,245 0.62/1.00 vMB 34
396,491 396,491 00000000000000000845d4cf33161a87b302fa50a0089ad7895421a3a00c654f 915 1.00/1.00 vMB 13
396,490 396,490 0000000000000000018505219bfcb8155ecb3b5ae2ea3c696c983d41daef00f8 1,818 0.92/1.00 vMB 33
396,489 396,489 000000000000000005924b809e2b227ff8bb6efb384ca316e7b02e5b92fbd34a 1,267 0.93/1.00 vMB 26
396,488 396,488 000000000000000004a06b0afd7a4f830f108fd1dd95bd4a82765cf2e26a650d 2,218 1.00/1.00 vMB 48
396,487 396,487 0000000000000000069bd701dfcad3f29b7b7d945838d29fed26f18f15d5be6e 2,460 0.93/1.00 vMB 51
396,486 396,486 000000000000000005a6f3f587251ace346300fbf2371659a618077dc8c20051 2,709 0.93/1.00 vMB 52
396,485 396,485 0000000000000000042c08eedbb33ac96147d9e1a84e68f470fad922b0e4d630 1,195 0.61/1.00 vMB 35
396,484 396,484 0000000000000000060eed40a9122dea5e83a99c57db25938fed5f935ea8a499 132 0.06/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.