Loading Tool

Explorer IconExplorer

Memory Pool

14,677 transactions
6.30 vMB
0.03511161 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.06/200 MB

Candidate Block

Mining Attempt 4649a828aa534173149f5f9fb723e88b78f9031e6e7b022fecc033a99910cbd8
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 53a09d146ab0ebf192751195e28891c0bb252edb322876b8a7c5057fbb60528c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,260
Size: 1.00 vMB
Total Fees: 0.02273391 BTC
Median Feerate: 2.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (709,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,372 204,372 00000000000001b1219d23e1e68a02e80e7285e4ae69b635996f00d75bb57890 160 0.10 vMB 95
204,371 204,371 0000000000000186f6dfc78dda65434ecdd858f32168ef6bb032f79eb06ab2fe 10 0.00 vMB 187
204,370 204,370 00000000000003a90e0e3a3750de5dc3f1d17b70b3e6d5233f0681ae74d9b923 7 0.00 vMB 165
204,369 204,369 00000000000002ca48b5cf31b867a20f614046687b4b77212310cba5025335fc 230 0.10 vMB 127
204,368 204,368 00000000000001706b14927a005be810b0c0bf52ac270f3eca655fd1be221f2f 553 0.24 vMB 164
204,367 204,367 00000000000000e0636b8daa96070f2bff12337a95027687c29cffc88874d0f2 43 0.02 vMB 132
204,366 204,366 000000000000051ac2444aa5bff483703474cb0bfd56a63671191b28eeb6c34a 127 0.05 vMB 92
204,365 204,365 000000000000055ef81c2a42edf265b5a6e1e0340c6b2f83b53f21707ec95eba 583 0.23 vMB 149
204,364 204,364 0000000000000069a68f97e3cacf996802c296f8da7036538b43f9589506916a 11 0.00 vMB 42
204,363 204,363 000000000000018e6bcf613aaff89b40053b4c02c39177506c567bf3b1017e7f 327 0.14 vMB 165
204,362 204,362 00000000000000728b9925338010a8eb3e21caec602b5f866f2adffff1ac04f4 170 0.08 vMB 108
204,361 204,361 00000000000002a840194abc60a8122535b9c6d080d81ab8981f747cc61639b8 134 0.05 vMB 62
204,360 204,360 000000000000043861f148f067ff86087f49b6210bde4578a84b782074b32a0c 32 0.01 vMB 77
204,359 204,359 000000000000000c19b92c81eff43d7390e0e3cee2172259cd31bc358a8a9ac3 375 0.21 vMB 128
204,358 204,358 000000000000026fef144961c5d249957bf6d1e04474093a30243c5bb4b82237 443 0.20 vMB 152
204,357 204,357 00000000000001f97f30714561bb8ac00f8d17eb783f4c5ed33fc140ebfea069 167 0.22 vMB 80
204,356 204,356 00000000000004ed85ddfb0543e6fa655a03f8633603699ba5837886061024d4 10 0.00 vMB 11
204,355 204,355 0000000000000528bd07f037e75c4652b23b32d41537a18a8dbb7b75b8860476 12 0.00 vMB 1,488
204,354 204,354 0000000000000385b66c59f3a3772c76fb600f45434dea39ff18f126bb42eeb8 940 0.38 vMB 128
204,353 204,353 00000000000005410a4cd3b782177ac6d430366470660f190c166cefe3c3dd49 208 0.07 vMB 134
204,352 204,352 00000000000004f4fd33e073a411cbf487133c310367c372917c77c785060d87 93 0.04 vMB 115
Previous 10 blocks ↓
Total Size: 779.66 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: 313.32 GB
    • Received: 1.49 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.