Loading Tool

Explorer IconExplorer

Memory Pool

80,894 transactions
30.40 vMB
0.08818235 BTC
Random Selection Loading Transactions
Max Size: 183.01/200 MB

Candidate Block

Mining Attempt b06adcea1667a4d2249c58968badc87ebca1bfacdcf438fd4d54a9ac4f6f4e4f
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 351c6a8d5fd8562ad2301f59a65d074e43cdf9995425b9fe73a75d73aeecb603
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.02298181 BTC
Feerates: 163.06 > 2.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (47,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,855 867,855 0000000000000000000174d0d1dc16103e56887a6da3fbf102803a1e4ecbaa0b 5,513 1.00/1.00 vMB 26
867,854 867,854 0000000000000000000298f5570f452ec0a7f15d49733174f8b403ec96ca5760 4,453 1.00/1.00 vMB 31
867,853 867,853 0000000000000000000082a116a233b83f57284f9e3f2df244d8592642a5a175 6,661 1.00/1.00 vMB 26
867,852 867,852 0000000000000000000070c8cd8122ddaf0b19a55ad157cf60841b2748d29572 7,100 1.00/1.00 vMB 12
867,851 867,851 000000000000000000007d638577b23fcae9a744a9e93b3fcab40c6b82584589 6,802 1.00/1.00 vMB 15
867,850 867,850 000000000000000000001681e76a1ce00d763a903329e17f5c8766a197d894f6 3,821 1.00/1.00 vMB 5
867,849 867,849 000000000000000000004f83412f0a625912fd9c68e87138655f1b060a99f656 2,714 1.00/1.00 vMB 4
867,848 867,848 00000000000000000000b9c3c0382f196384a10f896023a272fd4f0316732db9 7,560 1.00/1.00 vMB 2
867,847 867,847 0000000000000000000008bd5fff8188c1bbba4e1d7199383ef906934839498e 4,652 1.00/1.00 vMB 3
867,846 867,846 000000000000000000028903ee797ff857731d246cd66bad6b1e0493de808ba3 7,136 1.00/1.00 vMB 2
867,845 867,845 00000000000000000001d7d8681ddaa7e7aa1b1c58a14905f1be745202ecffac 5,839 1.00/1.00 vMB 2
867,844 867,844 00000000000000000002ee59ef163640e2f6e78c7c94c9559b08f0b399a448b6 3,428 1.00/1.00 vMB 2
867,843 867,843 00000000000000000002e3a1bd64be385be1c6aacaaded5afa791e559c2d0bb0 3,359 1.00/1.00 vMB 6
867,842 867,842 0000000000000000000291862e3cd541049e951ae98435067d33bb71d10f4a15 2,948 1.00/1.00 vMB 8
867,841 867,841 00000000000000000002061e996c8d53781c116f5890f4cfd889f6d6376be356 4,424 1.00/1.00 vMB 3
867,840 867,840 0000000000000000000166d0ad3b87b9af54f5a311aa9cfae95bd72657d5c8bc 6,904 1.00/1.00 vMB 2
867,839 867,839 0000000000000000000220469967762da801aa75b0acb972b9cacc2b98704a8e 5,044 1.00/1.00 vMB 3
867,838 867,838 0000000000000000000051e90608f978824023fce2f5db1b9e7f0905134a53d0 6,511 1.00/1.00 vMB 2
867,837 867,837 0000000000000000000260d0fe2eb4392fa96f3f1973491241e0e94386e1354a 2,803 1.00/1.00 vMB 4
867,836 867,836 0000000000000000000153bf17936d4fcdb090f167ed3c97ffb1003701255763 2,547 1.00/1.00 vMB 6
867,835 867,835 000000000000000000007529b9e5bafa60b4c00ec9b9047ec7a0fd19b2da8a20 3,898 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.69 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: 691.85 GB
    • Received: 16.50 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.