Loading Tool

Explorer IconExplorer

Memory Pool

43,024 transactions
27.92 vMB
0.06124993 BTC
Random Selection Loading Transactions
Max Size: 147.34/200 MB

Candidate Block

Mining Attempt 2c9ecdb88c32aad39fcf52b1cc77905ed86953098682a42aa315bc174165a8f6
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root f16841eb1dae44e4a7572d7a1afbd1f0546ecfc2adf32c4b6c8b212dee1b004e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.00874273 BTC
Feerates: 100.36 > 0.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (902,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
12,573 12,573 0000000092f07f43a426a6925324dc6e759b82ead91436f60eb54329b0bb250f 1 0.00/1.00 vMB 0
12,572 12,572 000000009cb9ee385004cc5223df5f2c25d8acfa58d80bc25e483c6f2311c26f 1 0.00/1.00 vMB 0
12,571 12,571 0000000047ca0b9731bfbdf054584c584cd3f6f04d4a862ae50b55f3a575ad5d 1 0.00/1.00 vMB 0
12,570 12,570 000000006d75524ffa7fe60a3d8208c0fc6d5555cb381855605e7334f90feed3 1 0.00/1.00 vMB 0
12,569 12,569 000000005f710680358f7f5c3634f605fd28f49df3b5314e7a7471126df21cc6 1 0.00/1.00 vMB 0
12,568 12,568 0000000071f3e127363a79a05d1eb53f6089753c95cac481ec73098600608fa6 1 0.00/1.00 vMB 0
12,567 12,567 00000000c89d5a4b07d364156d6b725d87a2431654d5fff8ea2f7078f7d04455 1 0.00/1.00 vMB 0
12,566 12,566 00000000822e24db32a556f89fbdc552d862355ad3a76c78edc6d77feca000e6 1 0.00/1.00 vMB 0
12,565 12,565 00000000700ebf46001f7492b87e02eaf46630fa1ac59ddefb61aed1d6d2bd73 1 0.00/1.00 vMB 0
12,564 12,564 000000003f097834f0762a77550dfedec2c8109291480850f8ad8ac6abd2c86e 1 0.00/1.00 vMB 0
12,563 12,563 000000005b70e100cd670a9cb9225ce261211b26dee5fef87e12e984dc058e41 1 0.00/1.00 vMB 0
12,562 12,562 00000000c67f441cfa03008da0d8c2f15efb671bfa53df6bdfa17bf8a033217e 1 0.00/1.00 vMB 0
12,561 12,561 000000006fc33794e51f4953887e588b0f21ebe428216236926c022d6de629bc 1 0.00/1.00 vMB 0
12,560 12,560 000000009a47ec44cb75738811f22705708cfa7339b5bd77e9c88a0e0fb4466b 1 0.00/1.00 vMB 0
12,559 12,559 000000000aa565856ad95d2ea1447f5202b62eb7edfdfa463612ccf681356015 1 0.00/1.00 vMB 0
12,558 12,558 0000000038603a059892ca9b85f65f81bc9893a3f07218e5cbf4390f4c706867 1 0.00/1.00 vMB 0
12,557 12,557 0000000009211c7628f5a6170e9eed1112c402322c46a3c3da1f78b61aa26958 1 0.00/1.00 vMB 0
12,556 12,556 00000000faab65067a6d6863c58f7d234402e4b48898cd9daa4c2d51c81e41ea 1 0.00/1.00 vMB 0
12,555 12,555 00000000cf7a9c10f579cc21239c34db0b663d789b0708274952d8c382c178d1 1 0.00/1.00 vMB 0
12,554 12,554 00000000bf4244bab23c284b211c0bbab3f599495e134797d7b478fd0142f876 1 0.00/1.00 vMB 0
12,553 12,553 00000000cddaa2685e57f1f6083b0ffa599a6505fbbe25c159f10dd74905026d 1 0.00/1.00 vMB 0
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: 11
  • Data Transfer:
    • Sent: 650.81 GB
    • Received: 13.33 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.