Loading Tool

Explorer IconExplorer

Memory Pool

81,427 transactions
30.28 vMB
0.07545652 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt 377748ad8a126d4e7b8e163404cbda515ab992a3eb49d89787543067e4866a7c
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root b78fcf35d80253ae5eaf57720a67144f2f1b5ea6a8572a828c15f203d6b34ed8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,889
Size: 1.00 vMB
Total Fees: 0.00819717 BTC
Feerates: 150.77 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (491,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,157 424,157 000000000000000004fff9986549e1c9f6dd53d3925c7166cf704173869c0531 2,811 1.00/1.00 vMB 71
424,156 424,156 0000000000000000009ca3c29d709980f679e69328dc83e454b9a594a2d2c0e1 2,935 1.00/1.00 vMB 145
424,155 424,155 000000000000000004aa22e361064bf56136e2cc78de66ef456e531700b41266 462 0.20/1.00 vMB 88
424,154 424,154 0000000000000000028088dfd717abee6b6b78c560157e4b36089d00217f8d94 1,100 0.79/1.00 vMB 68
424,153 424,153 0000000000000000051cc36fe83b665a24255f9a8819c7a854e5cf9bc2bc39f3 991 0.51/1.00 vMB 69
424,152 424,152 0000000000000000010241412847dd79f088980f3237cdef80cb2b82fd3185b7 73 0.04/1.00 vMB 55
424,151 424,151 000000000000000002dae4d70f27edbfebac3ad8ece1fb5453eda8917b31d897 1,047 0.45/1.00 vMB 96
424,150 424,150 000000000000000004ebc66c680656abb455fa6f45f03a64ea62f281f04f0ef4 1,286 1.00/1.00 vMB 37
424,149 424,149 0000000000000000007f58aea5183de54ba8c7c66669b20f12a2d1f358941d3e 2,908 1.00/1.00 vMB 123
424,148 424,148 000000000000000003beb616ad0607ffd3a4437566937ab592b6701b7d367f20 572 0.97/1.00 vMB 29
424,147 424,147 00000000000000000078e6afe1b823f8c838b6cfdc5576fb4f16af12fbdfdf9b 1,793 0.97/1.00 vMB 57
424,146 424,146 000000000000000000d7a87f78ad98cf456b5a2238eec5c5f781955ed4aa3f08 241 0.98/1.00 vMB 14
424,145 424,145 0000000000000000005e5be1c69f4805a7dbaeaead67e7936381cf8075fa9d30 1,377 0.98/1.00 vMB 49
424,144 424,144 00000000000000000419e3e6acbe8a4df2c335df6be3131a9accef6639d6da19 1,315 0.98/1.00 vMB 45
424,143 424,143 00000000000000000235d581930a482d41b46446d9b23f9b287b3390b95ebb8b 1,270 0.55/1.00 vMB 74
424,142 424,142 000000000000000000e6b271dd4e8f2f708ad7973999bd782bea8d04e42dc7ae 1,366 0.66/1.00 vMB 63
424,141 424,141 000000000000000003fde552dff6f4ebfc9bff348333605d4e68ed7244922716 835 0.99/1.00 vMB 26
424,140 424,140 00000000000000000053692579a9a687a723fb3f012eef7f74244c6f6c818f0f 1,582 0.68/1.00 vMB 67
424,139 424,139 000000000000000003bd49f96edae803deb5a4f2616314b546d88f87f58a5bde 1,595 1.00/1.00 vMB 46
424,138 424,138 000000000000000004fbd41e55741c183e44b68eb627c29beddfeb56a24b0e00 339 0.18/1.00 vMB 82
424,137 424,137 000000000000000004a06b8677e0ecf556547fb85a573a80715077fcaeaa6b99 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.