Loading Tool

Explorer IconExplorer

Memory Pool

45,120 transactions
28.59 vMB
0.08292500 BTC
Random Selection Loading Transactions
Max Size: 151.56/200 MB

Candidate Block

Mining Attempt cb312eb560d5ab57f20bc401ae92fb4d3ec05e54a3c6b85b824241092f815085
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 8d8e0e0a30f2a140ac67e10fbf8b16fbd9cfe8027edadb1d0d4cfadccee85ab5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,723
Size: 1.00 vMB
Total Fees: 0.02843730 BTC
Feerates: 150.92 > 2.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (338,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,008 576,008 0000000000000000000fd5d5bc70db1752012209e4622773fa516d636f01ddf0 3,222 1.00/1.00 vMB 95
576,007 576,007 00000000000000000003b411da41e4d7261d2aa538f0f1963649fde88b5a2e61 2,770 1.00/1.00 vMB 136
576,006 576,006 00000000000000000018a0691b3fb9e70088542a153e7580cbf1eb4afee68653 3,068 1.00/1.00 vMB 122
576,005 576,005 00000000000000000026b84345a56380ca2e1b7860a63db27dd7968076759f62 2,034 1.00/1.00 vMB 30
576,004 576,004 0000000000000000001055c4379556d4b7df9d322cdafde5d4f8175a0f69c84f 1 0.00/1.00 vMB 0
576,003 576,003 00000000000000000008b9b79c2a8d614e3a1ff3582091fcff0a7f1ef91aa309 2,306 1.00/1.00 vMB 83
576,002 576,002 0000000000000000001275b6e223b28b50e8ef32594e986e4143b9fc3155f49b 1,897 1.00/1.00 vMB 31
576,001 576,001 000000000000000000050b068a6db0b8113e13208bda7f911f7b8aa4bff6ba76 1,328 1.00/1.00 vMB 5
576,000 576,000 0000000000000000001b4ea439db0fc00026501b66df2e5ae3ead52b32828c46 737 1.00/1.00 vMB 9
575,999 575,999 00000000000000000011903c1dbc412e202a762883d98a131826da37b576d111 2,968 1.00/1.00 vMB 57
575,998 575,998 000000000000000000220af0eb8ee05f8299909870475604ee517c9dc073b034 2,605 1.00/1.00 vMB 44
575,997 575,997 00000000000000000008107d928537ed3df10cdde34d56aba580fb93d84da463 2,464 1.00/1.00 vMB 58
575,996 575,996 00000000000000000022ea54fb255e505b10356a9df33647d86236e6622a83e1 1,935 1.00/1.00 vMB 56
575,995 575,995 0000000000000000000c370a1acb113a97d65fab01a42d77fe719f093b0039b7 2,564 1.00/1.00 vMB 64
575,994 575,994 0000000000000000001c240a9125cf16e8c35b7751f6051f735eadf0a3609c4e 2,623 1.00/1.00 vMB 118
575,993 575,993 00000000000000000024c4b6b3589cd105649ec38910e61101d2a7431b22bb25 2,293 1.00/1.00 vMB 63
575,992 575,992 0000000000000000001c3e8707cf4bc5f9a9fa77f451d0ba455d66b19499d8ec 2,897 1.00/1.00 vMB 59
575,991 575,991 0000000000000000001f646ae4c169d7e8083510a89bead8e35569ee168ac1a4 956 1.00/1.00 vMB 64
575,990 575,990 0000000000000000000c38b3175fea78312e00b498fa7ba9b8d9b9de78e56a17 2,362 1.00/1.00 vMB 56
575,989 575,989 00000000000000000008cdec5c617ef59f282cbc8d80eae145eff5128910458b 2,762 1.00/1.00 vMB 111
575,988 575,988 0000000000000000000af5e46891bd6b3beee2f023be36a034d8d164a10461f4 2,426 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.