Loading Tool

Explorer IconExplorer

Memory Pool

37,365 transactions
28.09 vMB
0.06577530 BTC
Random Selection Loading Transactions
Max Size: 142.09/200 MB

Candidate Block

Mining Attempt f77250db06e2d6c53cea76c5c9c2d680d76584ffcd19453a5d652077b0d7201a
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 931c696727fa41e4bce340df576bce49dc30ddde3c4b51617051679d02648a07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,100
Size: 1.00 vMB
Total Fees: 0.01186406 BTC
Feerates: 150.61 > 1.19 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (233,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,868 680,868 000000000000000000083b434083e5039165a697ed2767a4f1ac20a6e9552bc7 3,247 1.00/1.00 vMB 105
680,867 680,867 000000000000000000033f2a1e8bfb9ec1c6c1f6ab097eb088d3cabac2b07b5b 2,126 1.00/1.00 vMB 97
680,866 680,866 000000000000000000076d177cd6b2bb0ea47fa7c9dbd9b42e50cfca5b58043f 1,483 1.00/1.00 vMB 184
680,865 680,865 0000000000000000000a137dff9a41c320b79509e0d221d6f531bf08c2fcc854 2,513 1.00/1.00 vMB 112
680,864 680,864 0000000000000000000819de145dd6dc9f5109c6ad99fd0edf16d14357c351ec 3,085 1.00/1.00 vMB 159
680,863 680,863 000000000000000000044c58c8cd7c81a2649014cca17c86d730ad5d3caaeda6 2,866 1.00/1.00 vMB 202
680,862 680,862 0000000000000000000260e97bbef1b66f2c1dae38ea92b0b965fa760c8df6bc 2,758 1.00/1.00 vMB 196
680,861 680,861 000000000000000000092a0e7c12809f2c38e3d5d746bb53158d3f1169240ae9 1,851 1.00/1.00 vMB 110
680,860 680,860 00000000000000000004e9ad8f4eed8b5d4f484cb94501fd8e0766715cfef9a1 1,039 1.00/1.00 vMB 173
680,859 680,859 0000000000000000000978e8223db2712f454fc23f26dbcacc9bad1a660bfc36 1,875 1.00/1.00 vMB 75
680,858 680,858 0000000000000000000492c120dd02d3e329bd82c93c1a96dad56d33b8f34992 2,480 1.00/1.00 vMB 65
680,857 680,857 000000000000000000072dbb025febb572581e2bcb36ec1da694cb1d2004fe59 1,804 1.00/1.00 vMB 64
680,856 680,856 00000000000000000007c2134e3afc91972bfa52175eca0e44152e68959dafd5 2,477 1.00/1.00 vMB 53
680,855 680,855 00000000000000000007a0db2ca6bf6148dc6e9ca6b67b851a478e018237acba 2,883 1.00/1.00 vMB 166
680,854 680,854 0000000000000000000aa8bfbd965a1576488bc942517e912ff18abe181c7199 2,572 1.00/1.00 vMB 104
680,853 680,853 000000000000000000039246a7e5d8d4061e8fb92e2bc23d52a7194937b0c103 2,279 1.00/1.00 vMB 156
680,852 680,852 00000000000000000001caee4622c77d86d2856b06c813062fae804b0984e2e0 2,510 1.00/1.00 vMB 197
680,851 680,851 00000000000000000005d23009e1ffc429c25f2e34a02a31958fb9e86d9b618e 2,588 1.00/1.00 vMB 143
680,850 680,850 0000000000000000000a4d75510bfabfee744f784d565f618513e170c36003da 2,366 1.00/1.00 vMB 37
680,849 680,849 00000000000000000001e494310bb762dbb29f5683f59f7853c7ee5daf378300 2,714 1.00/1.00 vMB 126
680,848 680,848 00000000000000000009753017e940030324f7dae4c0f9b117331e110f0ba4a7 1,751 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.34 GB
    • Received: 11.79 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.