Loading Tool

Explorer IconExplorer

Memory Pool

67,775 transactions
25.82 vMB
0.06009184 BTC
Random Selection Loading Transactions
Max Size: 155.64/200 MB

Candidate Block

Mining Attempt 9e8dff974a5e6b4c00abae50006ee1476fab0ad0079544aee17bfdbbf5ca9e12
Version 20000000
Previous Block 000000000000000000012bcb1b2e80b6a64226a9b1bd5f2b49913884a73b7425
Merkle Root 8e27a06ec36577cb40b3bfe195a82d234e9aa92012e71ddd503aa779d9b1474e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 892
Size: 1.00 vMB
Total Fees: 0.00547746 BTC
Feerates: 40.21 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,499 (802,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,670 112,670 000000000000b3835643a19703d9b79ba1fa05a3cddcdcbbe059cd8ff247d251 15 0.00/1.00 vMB 1,452
112,669 112,669 00000000000095f2aa0edf0aeea5e78526b141d857ff7a512d7ab0ee64b4ea81 8 0.00/1.00 vMB 0
112,668 112,668 000000000000eb78fb172f85473b7a64ed8a43c878c79615cf780b1f4a952735 1 0.00/1.00 vMB 0
112,667 112,667 000000000000ae6c691a0c5b8e0b5992a4c1e135a4fef2407b156fe6ee75f235 22 0.01/1.00 vMB 1,909
112,666 112,666 0000000000006292dc9113fa034df5d22833cb385017014ed6cb0d5deb9c7e08 8 0.02/1.00 vMB 133
112,665 112,665 000000000000f1721b110bf800bb1497548f264f7a1620e6c8295f933479a133 7 0.00/1.00 vMB 2,172
112,664 112,664 000000000000c15f43856a16302dbb86e070847f149a5073d2600a1d2121595c 10 0.00/1.00 vMB 1,340
112,663 112,663 0000000000007cecd80b7f9e29419d80662148d7d45c89e7071322fc86e0922b 103 0.05/1.00 vMB 432
112,662 112,662 00000000000037c3428edb31ee1fd080234dd9d5cfd68af9cade52e9e3d4897b 7 0.00/1.00 vMB 344
112,661 112,661 000000000000a1fbec15391e9500538a76e1792ff43e53d400d3d0aa5d880d46 1 0.00/1.00 vMB 0
112,660 112,660 000000000000b2dc306381efcb47ea49540964911fec39d3e8bdf6dd7e7ca3a3 114 0.03/1.00 vMB 0
112,659 112,659 000000000000d8c1beab236a973ca39363f2d1ac47f3e22e81b3fc46e4ba42d3 13 0.00/1.00 vMB 0
112,658 112,658 000000000000c365587d0a0b728620bb3984155250b39404cc95346e17e4421c 11 0.00/1.00 vMB 362
112,657 112,657 0000000000007e2bdceaa6e59290098a066e7f73510e02008879df1602deb267 12 0.00/1.00 vMB 0
112,656 112,656 0000000000000dc924775906c6bc18528ec3ca8fd683f12ad3cf42a9e6d67c86 12 0.00/1.00 vMB 351
112,655 112,655 00000000000114a8fe3e27c5532847ca0da14adfc65b749df92da7b0e56ef1be 278 0.10/1.00 vMB 80
112,654 112,654 00000000000032e53537ee98f5e05c81276188fbf70e2b5560c519ec741e9f31 11 0.00/1.00 vMB 800
112,653 112,653 0000000000006de2349ad58a55c4c5f6cfa079b63db3a46222ae0860c812b738 15 0.00/1.00 vMB 799
112,652 112,652 000000000000ba71e928d1e2af4c78674db6914550d3235e16d92557696b933a 2 0.00/1.00 vMB 3,861
112,651 112,651 0000000000007fb49b16c9ab9f77592d99a14c8a3fc107d3b2b1eaad3500b92e 16 0.00/1.00 vMB 1,013
112,650 112,650 000000000000bcd8cb7af3b0d0baec00513176da360f7e29dd2bf4d652667d57 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.26 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: 763.30 GB
    • Received: 19.18 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.