Loading Tool

Explorer IconExplorer

Memory Pool

19,995 transactions
8.98 vMB
0.04219202 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.46/200 MB

Candidate Block

Mining Attempt 5600d4bc32492c89e11c1dce95ce9a25b65c8004a12d74fb0595c7b0e74927c5
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root 0ca629c7054b9e75c83b09a12fc92087f9fc015e7257784e008e7f5ed020c613
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,099
Size: 1.00 vMB
Total Fees: 0.02236556 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (707,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,461 205,461 0000000000000353212a9ff0220786b79d5b628955c126240dc4f2337cb4e0a6 390 0.16 vMB 148
205,460 205,460 00000000000003b27e8579afa89157d7447ec3f710a911765b8a2eb04857d994 18 0.01 vMB 109
205,459 205,459 0000000000000467d9accf6c09554f65c665a5331f6692aaa04a078f78ebbd9a 84 0.04 vMB 112
205,458 205,458 000000000000029a31ecc6e1269154fd5c6b2647845345993dea4c10eb48838b 125 0.04 vMB 71
205,457 205,457 000000000000032ed6a16300830b731f07ff09095559278bff988ea692db8957 241 0.09 vMB 231
205,456 205,456 000000000000034f58533d95b2ec5e221aa730735e99b9d2709aa991d25d544e 183 0.17 vMB 31
205,455 205,455 0000000000000463e691a18b0980acc5d9a4f49a26389927dbea3970ea12bfab 35 0.02 vMB 174
205,454 205,454 00000000000000aa3df5a3a009ed554018e1bbcf75d2fa9e2c781114439a6b67 100 0.04 vMB 2
205,453 205,453 000000000000009297ffa68af17b0f6873fcf15cb38e809859e36a8408b99684 120 0.06 vMB 231
205,452 205,452 00000000000003c4e8bcc965f64c6f55490d49225616b337cef317db8495cded 66 0.03 vMB 157
205,451 205,451 00000000000004760945c8d3f6a12568bdacc0898a08a24e863cdd06ecbc486a 74 0.03 vMB 138
205,450 205,450 000000000000012fcba695acf2e0f546a131e2af67be146badcc5ef82d5b90a5 112 0.06 vMB 143
205,449 205,449 000000000000016d600f096ce0bfb61ddc87e9db024a0b378e2c82beb3601e57 9 0.00 vMB 31
205,448 205,448 000000000000049319094bce50f539b0e3b0420610cac090f15244f800277b3f 221 0.10 vMB 255
205,447 205,447 0000000000000236c083ed9d187f146e50bd042fd8dbce71a6dde9ca3a82b9e7 108 0.05 vMB 206
205,446 205,446 000000000000021bd68bbe62960a2cfc71a26ada55c4e8b2d07aedb1f7cc0e6f 118 0.05 vMB 122
205,445 205,445 00000000000004134c412783c176c8db45a73508e13fd159502acfddd2f9a85c 211 0.09 vMB 159
205,444 205,444 00000000000000d0fa03c2a41527c2f08b84aff34d1893bf2c1061f88f132f82 288 0.20 vMB 193
205,443 205,443 000000000000013c62e7e90aef079a677c6acbb483be723c2b0762c28117f886 314 0.15 vMB 187
205,442 205,442 00000000000003e872ca8df5fdbf5a6b5c2792503e7def8f8f384d9414c73932 9 0.00 vMB 0
205,441 205,441 00000000000000d8b1d53f0ccf820fb83a88b1f4a265e3ace856084b709fb7a4 102 0.05 vMB 293
Previous 10 blocks ↓
Total Size: 779.57 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: 270.47 GB
    • Received: 1.05 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.