Loading Tool

Explorer IconExplorer

Memory Pool

40,468 transactions
18.93 vMB
0.18819422 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.03/200 MB

Candidate Block

Mining Attempt 4631bf1f80c32851c1e069ae9a2d7f8f4fdd802ad321f9fc43e870ad2aef1b79
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root 96a1be0ecab9c235334867b02ccbbea71f709864c2f94dd57e0ce887538f4501
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,456
Size: 1.00 vMB
Total Fees: 0.05634653 BTC
Median Feerate: 5.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (696,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,687 216,687 000000000000041be8cf6007199704902d76a86ee29c50496f785015c3d6d03b 387 0.15 vMB 214
216,686 216,686 00000000000000aa665d6081ac3dc32b5dd194f74bd29e8bcbf84a0b6d83c447 229 0.10 vMB 154
216,685 216,685 000000000000050c632690c985d4fcb0de70bf1aaff58decdd5285b472b405d6 64 0.02 vMB 113
216,684 216,684 0000000000000405ce2f5d1db0a560a7589e2572c2eba12ef146cce9c79147c7 543 0.20 vMB 213
216,683 216,683 000000000000003f8688ce30273713cade749b7f9c0a1d573b9e8675e73a3344 632 0.25 vMB 187
216,682 216,682 000000000000006d94f309df703d6a6881311aefbf788b1f9f12bea323e6a654 424 0.17 vMB 186
216,681 216,681 000000000000034c19e0b58d43e6dfe303bcce0ca38fb65415fbe4a480cbb1f5 421 0.18 vMB 163
216,680 216,680 0000000000000114069e1cef48fe0693e7e245bc7a3ce412fdd1cc8546de0478 131 0.05 vMB 126
216,679 216,679 000000000000028b49ef67589f6e283d2b4e05de5e90ad782c70ad20d846717e 592 0.25 vMB 178
216,678 216,678 00000000000002ee5acf3d2356bf7f9e931fa2005ff244abc92d20629213ef9d 244 0.12 vMB 146
216,677 216,677 00000000000000edf50d6c6e9a0a465db72a30bf61f32c448f44b9e408b990e6 590 0.22 vMB 195
216,676 216,676 000000000000037b63e431894327df650c974da459590d076487493f00cabefa 448 0.31 vMB 67
216,675 216,675 00000000000002291c39443b8cef03b56d99909fe15df7834b0d744262be9a08 195 0.06 vMB 77
216,674 216,674 000000000000029275c4a62b2c000a1fc399e0378b1f24815321fc0c57dbe3a8 549 0.25 vMB 184
216,673 216,673 00000000000001003db31af7d4817c1abaea09e77bd9283a12e76135761ee77d 392 0.21 vMB 123
216,672 216,672 000000000000019c5cb93bb5516a949da71e2354cd01941942737e2176b017ce 631 0.25 vMB 177
216,671 216,671 0000000000000514cf64d691ca799498044c3f0508dc59bf380a0715c4624e19 128 0.07 vMB 43
216,670 216,670 00000000000002df7e136d8084df6384173726d611e68fc380c659c15a3be085 531 0.24 vMB 183
216,669 216,669 0000000000000436a322fab13a137d781325c43acd574e5d322c0f6c7f0786ff 797 0.25 vMB 263
216,668 216,668 000000000000048719e4738118148be282932168a08e73725fe1fdecd4af10eb 479 0.21 vMB 181
216,667 216,667 0000000000000260d2ec1c4a88b2aae5c2ddcfcfcb9cf57cb67262ff94245b7c 586 0.40 vMB 124
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 85
    • Outgoing: 10
  • Data Transfer:
    • Sent: 130.97 GB
    • Received: 0.54 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.