Loading Tool

Explorer IconExplorer

Memory Pool

33,064 transactions
25.13 vMB
0.05002185 BTC
Random Selection Loading Transactions
Max Size: 127.47/200 MB

Candidate Block

Mining Attempt a68dd6f504b36e9d5b8793e66810d37a616a5ef45494f012942c9b8b8ae70455
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root c66665e7fb1fdad2cb82a0c3c58cb32bba9137c46a8c73645bb6c584068686cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,745
Size: 1.00 vMB
Total Fees: 0.00486517 BTC
Feerates: 75.37 > 0.49 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (503,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,340 411,340 000000000000000002e46ec6f7deb0ccdedd34e3868f18d811913f7aba05816b 440 1.00/1.00 vMB 13
411,339 411,339 000000000000000001d997cff8dfca7066898c43bb7ef26c76f3d0b01c681a65 1,070 1.00/1.00 vMB 14
411,338 411,338 000000000000000002ce645503f786cc970112d9e3cc98ba1b9ef71dcf73c884 1,052 1.00/1.00 vMB 24
411,337 411,337 000000000000000005a89595a6caa9aaa8e753d50b6d04bc236f6fb163903135 1,667 1.00/1.00 vMB 25
411,336 411,336 000000000000000000337d91d20cf5beb643c9d062ba8c8f69f31f8ac5091112 14 0.00/1.00 vMB 150
411,335 411,335 0000000000000000009eaaa171a993e931113ec84b0fb5ce76c53a8237e016ca 2,524 1.00/1.00 vMB 51
411,334 411,334 000000000000000002132c54f28c9c3166b6c10acc1c7e3e40dc30d14b8bb87c 1,450 1.00/1.00 vMB 30
411,333 411,333 0000000000000000029b399af0b88693c306dfe0f4a6c6dfb34d091573ccb4d4 1,629 1.00/1.00 vMB 32
411,332 411,332 0000000000000000038ef3adbe05877fb3d4698cd1c4288e044a875132dc1a18 1,151 0.99/1.00 vMB 21
411,331 411,331 000000000000000002cc7b24fb1adb3739358d4829b4e21fc95d35acd96c0802 2,355 1.00/1.00 vMB 31
411,330 411,330 0000000000000000031dd6f22fa8dabeb2a8c5343158c16e4ea20bda374ab69e 3,192 1.00/1.00 vMB 98
411,329 411,329 000000000000000004b25859799ef003d7114155e17fe83f134d016f6d7a97eb 18 0.00/1.00 vMB 87
411,328 411,328 0000000000000000036d52da20e86589fb18a1a7f9ac016ea396fd42df7f7a65 2,285 0.99/1.00 vMB 41
411,327 411,327 000000000000000003b80aabdb73cb9efcde02c23065b7deb6f7e1bdbde12b30 2,891 1.00/1.00 vMB 71
411,326 411,326 00000000000000000113d30ba22de18d2b1883c2f78fd41c6275e8717cbf18db 2,550 0.99/1.00 vMB 59
411,325 411,325 0000000000000000028c158b1f64e7d3924c50efc0726f382c4c3dc33eb53030 1,989 1.00/1.00 vMB 28
411,324 411,324 000000000000000000e8ec6c35322d7431a469972a8a2dd7f70e88b3bf37898e 2,776 1.00/1.00 vMB 56
411,323 411,323 00000000000000000122c5c75576ff82aaa63d286f596c4a3e5381228a2715e0 2,146 0.99/1.00 vMB 60
411,322 411,322 000000000000000003c881d1a419808178a454fbf830d0320b55efde41891673 7 0.00/1.00 vMB 158
411,321 411,321 0000000000000000037a3bead9a2c3e215f67ca418593c18e30ff15ee0a41e03 1,629 1.00/1.00 vMB 27
411,320 411,320 000000000000000000fa1cc7d2d22db5632081a0e6373f57caca306d1198e210 2,844 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.