Loading Tool

Explorer IconExplorer

Memory Pool

26,533 transactions
24.71 vMB
0.05752213 BTC
Random Selection Loading Transactions
Max Size: 119.89/200 MB

Candidate Block

Mining Attempt 53ea18b043bdb699c0f93ab1358705c27f2d7ee46fab5891328481c2fc953e28
Version 20000000
Previous Block 00000000000000000000b12a9b0e08e4bfb73dbf9298bbbd647c91dbfe7d222d
Merkle Root a482038d9b7a8dcc88aaa3151754183d1119532376ec14d1eed0a75022f4d95a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,470
Size: 1.00 vMB
Total Fees: 0.01319516 BTC
Feerates: 136.43 > 1.32 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,198 (635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,563 913,563 0000000000000000000206a432cc2ded4b2a989c2f7c6a93aad05b59aa8f67ab 3,212 1.00/1.00 vMB 4
913,562 913,562 00000000000000000001ee12819d961ef97d0b0e3251c02f526ad26c5957c9a3 6,564 1.00/1.00 vMB 0
913,561 913,561 000000000000000000006d6ceaf54c475dad3ee76350cfaae0a06e1c68d2ee67 7,157 1.00/1.00 vMB 0
913,560 913,560 00000000000000000000703ffeabd81e5cc10a77bd60cb73929d573b3ae6f1c8 4,869 1.00/1.00 vMB 1
913,559 913,559 00000000000000000001c3518ac8ff690c5f8d064f4277c2a3cbf30848020639 1,934 0.59/1.00 vMB 4
913,558 913,558 0000000000000000000075dee10a187ce8da6bb2823a2744947edd3b01954a06 1,869 0.58/1.00 vMB 9
913,557 913,557 0000000000000000000019a2bc7789d97e1fe54fb5028737bae97eb7a8b5ac3a 5,512 1.00/1.00 vMB 1
913,556 913,556 00000000000000000001195b862bc1037d0f8ebc1c899db5e4a3f6fa03fd91c3 2,899 1.00/1.00 vMB 3
913,555 913,555 000000000000000000018eeec2e5b9ba9206fddda6378af044f6446ee9562c05 6,886 1.00/1.00 vMB 0
913,554 913,554 0000000000000000000043eea178b38fa3bd84a0f7f327bc9361b70128bdc1ee 5,746 1.00/1.00 vMB 0
913,553 913,553 00000000000000000000afea34d9eaacc750b5548851d36ad75af5ab732cf92f 5,165 1.00/1.00 vMB 3
913,552 913,552 000000000000000000011dbd85e36dfd2a83aada163322bd4646a82ee615b9df 3,803 1.00/1.00 vMB 6
913,551 913,551 00000000000000000001ab8543ceb5341d10e020a323e9e6a65fe27d1b7949d0 1,497 0.51/1.00 vMB 1
913,550 913,550 0000000000000000000042dc3a595584737aa5b0e59a9c730a957ef0652eded3 4,521 1.00/1.00 vMB 4
913,549 913,549 000000000000000000004acd9926c1cb98deecb9de08c3d123ae26a165a6bf14 3,765 1.00/1.00 vMB 2
913,548 913,548 00000000000000000000982307d3b756516d69e5f9eb847bc91735f48dbd8995 3,421 1.00/1.00 vMB 1
913,547 913,547 0000000000000000000206c1e0c8758b457d4a1f9452c474552980879a81c1b9 2,774 1.00/1.00 vMB 6
913,546 913,546 00000000000000000001d9e506cb608af3401415a5f43f0b0c3a2a5a43f7ecb0 2,990 1.00/1.00 vMB 1
913,545 913,545 000000000000000000001b0b9bba896b3a0a29c737d37d5b02c01e95962df631 6,648 1.00/1.00 vMB 0
913,544 913,544 00000000000000000001f947ce76ff71d67d23d0a262206d50f72a6975605e0d 1,933 0.59/1.00 vMB 2
913,543 913,543 00000000000000000001d2c2dc48ae6f2767fdf5f79ac1a81994e993c5f696a1 906 0.55/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 780.94 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: 573.13 GB
    • Received: 8.02 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.