Loading Tool

Explorer IconExplorer

Memory Pool

18,116 transactions
8.61 vMB
0.03682415 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.09/200 MB

Candidate Block

Mining Attempt 6fa896e1569ce597b350b793f17db28ed6848c3d8dbd3a962156a857f31ae091
Version 20000000
Previous Block 00000000000000000001c7d8e843fbb7037ca5698a8e7e6ad3e468e4618260d6
Merkle Root 7a536d82a3180d8016d3576107608b30f96f4fa74863d2ac258e4b2c9426eebe
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,332
Size: 1.00 vMB
Total Fees: 0.01813364 BTC
Median Feerate: 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,388 (709,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,517 203,517 00000000000001956403b750521a21e656c2b535e4164b2f44084502702d5a56 564 0.25 vMB 172
203,516 203,516 00000000000005475aa6e0d7a3fac6d4ebe16b11683bf7a236a3c2c85172eeff 11 0.00 vMB 152
203,515 203,515 0000000000000067f179dca6b78db95404be4b8713fa8be18dc2de429174f6ec 7 0.00 vMB 15
203,514 203,514 0000000000000056ec50dca2c9c4c9d860c34c721787dbb177ff4df41c542509 32 0.01 vMB 254
203,513 203,513 00000000000002d6475ed8bb4a5bde7037853264fb9821180a7c8a4f4d5165ea 10 0.00 vMB 40
203,512 203,512 000000000000027df2f64ebd97fd0191b1b90ea30da2e6979bff2fb4f9b03332 483 0.20 vMB 184
203,511 203,511 0000000000000043d2061b0bf0d698ba0d3442e4d29ca7a9601560ddffd6fade 138 0.05 vMB 362
203,510 203,510 00000000000001357743f7455bb88c8364aaa403fc8e7dc9cb505978aeca1848 242 0.14 vMB 204
203,509 203,509 00000000000000dc2f7e899585023ea6a3981029032e375ffc0f7562d4947b87 40 0.01 vMB 4
203,508 203,508 00000000000000459577cdce2237821e9e3ec6de7c87f9b54a55995f1183244d 239 0.09 vMB 189
203,507 203,507 00000000000002e22644c0998f7ccab0105dc30288a5cc5707796586be36f89a 43 0.02 vMB 313
203,506 203,506 0000000000000511544844d4e5eaeea446dc8cc8db008da2dc754adca788a3e2 266 0.17 vMB 120
203,505 203,505 00000000000000583b0ced5e359b5a783ed3fbacfb3bd2dd1713015fc5ce7436 147 0.07 vMB 235
203,504 203,504 0000000000000365314082014420f5b7993cffef9d5bea620139de062ee9e279 250 0.15 vMB 136
203,503 203,503 00000000000001d0d4db33c0db8abe001b5ae016f6b9a5eb05162625c8981d82 124 0.05 vMB 287
203,502 203,502 000000000000021d85f1eadd61387d812c328fda928e353bc362855717756711 361 0.19 vMB 263
203,501 203,501 00000000000003ca9e561312933f74081d04822e64b8716d0bbf85a410e65105 24 0.01 vMB 353
203,500 203,500 000000000000049494aac983b5360b2b271ef38957a0b78fb75ae10f0a0540aa 226 0.09 vMB 202
203,499 203,499 00000000000001157a8bd3524d152c6813ecf344057c1febb96b31fed0b40d4e 31 0.01 vMB 223
203,498 203,498 00000000000000614e877c403e4166a7c85168badb893ad244b743d1c52071b3 330 0.15 vMB 233
203,497 203,497 0000000000000009585ad8efeec6d204331dc47843fcef0daa62d27bec70a793 16 0.01 vMB 285
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: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 239.25 GB
    • Received: 0.91 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.