Loading Tool

Explorer IconExplorer

Memory Pool

20,361 transactions
8.83 vMB
0.04766908 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.73/200 MB

Candidate Block

Mining Attempt abda146c70d681c65d08df3412442619c388093f8a55e8d011fb885b4a5316a9
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root c4101462387c5ac47e9f13abe803b1f36f00ac823658645cfeb4b46f24beda4a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,576
Size: 1.00 vMB
Total Fees: 0.02738650 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (716,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,466 196,466 000000000000023e1ced28251c446f1aec0f503bf63a3d099084504eca2e6ff8 804 0.25 vMB 189
196,465 196,465 00000000000006b8dbb49cfcb93823d8906111ba5db33113c25a95006a799629 13 0.00 vMB 17
196,464 196,464 000000000000001c525d74912572ee6215d9f07108f262406066a5335d5782b1 172 0.07 vMB 103
196,463 196,463 000000000000030b2d0e3073e386d841b102dfbec87e5cd374d777f5fca1ef44 588 0.24 vMB 183
196,462 196,462 00000000000006604e2ef09e918fcf379fdd0f12d4ea00547e02ad65fbe874b3 8 0.02 vMB 110
196,461 196,461 00000000000002e39335117e44917b35963d5c39aa9ed802020bd56156926254 383 0.23 vMB 103
196,460 196,460 00000000000005bc236888a2c9bb6b816ff8634e24ce7480132a021d2b953dd1 131 0.05 vMB 124
196,459 196,459 000000000000042c4de0a331dbc303d8227828f470f4d1089457351c83f8e03c 727 0.20 vMB 265
196,458 196,458 00000000000000fbd6e858919f81817deefebffb0067194baff6094f1ea2d997 148 0.05 vMB 243
196,457 196,457 00000000000005dab422c8df795c389bb4901647f63e7b613587203c7bb7f5fb 9 0.00 vMB 45
196,456 196,456 000000000000057c1134e054dc94fbff521b54921b4ab9fcab6daa2033508d40 27 0.01 vMB 110
196,455 196,455 0000000000000434f7b2c7c838771df0d6efdd1fe04b13d1a39d3e93f827628b 188 0.08 vMB 161
196,454 196,454 000000000000028f492fee917c16988b852d8cb56e2050b29a451c2760629a7d 108 0.07 vMB 145
196,453 196,453 000000000000029497b3cc609a00f0d0694226461bb39b5b42a1f0cf2db5c3e2 466 0.15 vMB 153
196,452 196,452 0000000000000151956c5d90045c66681bebd5380747cc820b606077844aa38a 303 0.12 vMB 149
196,451 196,451 0000000000000358d148eea71b5f4feb95154fe571e410062a329b0e5356d75b 92 0.04 vMB 618
196,450 196,450 00000000000003dbbf8bd57d155e0f76839e43b1a77ccc55e877dd29fed129fc 302 0.12 vMB 808
196,449 196,449 0000000000000179fdc827d91d0c45197eb88b34eac1c468bc1b29b6e839a9ed 516 0.19 vMB 235
196,448 196,448 00000000000004fb076b447ac7c9b09385c274c1db0ed4cae0e242b83d2d4e65 190 0.08 vMB 168
196,447 196,447 00000000000004884c12d5a052c09d28b8d30f4e2de7d9c02a38167c76ca945e 420 0.19 vMB 192
196,446 196,446 00000000000001d7b8a2513d8efd47ac6288a02d3d69768ed7cb79c8d9b49602 474 0.27 vMB 117
Previous 10 blocks ↓
Total Size: 779.54 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: 249.38 GB
    • Received: 0.95 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.