Loading Tool

Explorer IconExplorer

Memory Pool

19,232 transactions
8.74 vMB
0.03392589 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.20/200 MB

Candidate Block

Mining Attempt 6214a7f5b2f2dbd2dbd4010aa9935a158436af9bd6e21f85463285efe121fd51
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 6c4d0817172c838299583449b71ca9e55216e6397186511c63d94e44bf735ccb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,814
Size: 1.00 vMB
Total Fees: 0.01489574 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (689,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,273 224,273 00000000000000507d8859606f2cd51f129023319c618f7bcd2d9e4934846ee8 120 0.07 vMB 138
224,272 224,272 000000000000033fd41595d7c24a694429b84153d857439873d19c9209cf9768 598 0.25 vMB 195
224,271 224,271 00000000000002c3c5b82c2cdaecf783ce4cb4bd71af55aa692243287b8b1a6b 319 0.18 vMB 121
224,270 224,270 000000000000005c46405069480e8b1ac8f706c7652afef69b132c047bb877e3 716 0.25 vMB 256
224,269 224,269 00000000000001f05412dc7c3a5d072ad60ff975aa2e14f87824b7ac66a1759d 193 0.11 vMB 153
224,268 224,268 000000000000010ae45858ba06579ae88e4a55439d37d8bced7cb0bea2284f89 563 0.24 vMB 220
224,267 224,267 000000000000003c7cb563ed8a69600271b10bb39d056d1319b2c24c36c33b56 92 0.03 vMB 99
224,266 224,266 0000000000000349c46820da2defa1d0a372de6b335a4cba761673224371c5e2 359 0.14 vMB 196
224,265 224,265 0000000000000154affccf58c18791c0e95516158905458c2758870b621afc65 141 0.07 vMB 141
224,264 224,264 0000000000000126438212c1b1e089cc22f3c053e46bb7ff02d33d3238a05de2 552 0.25 vMB 187
224,263 224,263 00000000000002338c81944d0f97142f5bd05d61d951cc20514a80abf2fa8573 207 0.09 vMB 169
224,262 224,262 00000000000002ecac53cf086a2dfe9b65fa95179f40e46bb1c9f6040e3a9cc4 124 0.11 vMB 118
224,261 224,261 0000000000000029472071c297991aa54a4bc1067366dd7f798081e27ea27c34 230 0.13 vMB 159
224,260 224,260 00000000000003b45c79522271dd25d8811f6b533b434f38b34ef3fe92b00d0b 292 0.13 vMB 154
224,259 224,259 00000000000001a96fbbe23961d49871387982370fb364c341f093b345bcee1f 749 0.25 vMB 238
224,258 224,258 000000000000000d539dde8dd18c370baf0bca1fcfde8577b168dc7480dc94b2 549 0.34 vMB 72
224,257 224,257 00000000000002f2437764c8b66ab97f2d87aa69ab7291737ba788d0be3f47d1 792 0.42 vMB 165
224,256 224,256 00000000000002dd4716373b45728c2daf8a7b07be8a9a6753a7977e1d2c4edc 720 0.25 vMB 250
224,255 224,255 0000000000000133da251fb7bc06ed3bd0e26bc78dda9693ca3d7e51a00e9d4e 259 0.15 vMB 130
224,254 224,254 0000000000000354a30ab3fac1634e78d611596b279d50ad017c48eb1dc414c2 117 0.05 vMB 84
224,253 224,253 00000000000003316f1a0291cc1baabb0d2a540c37051e338adb8eef8f675447 565 0.25 vMB 207
Previous 10 blocks ↓
Total Size: 779.55 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: 251.67 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.