Loading Tool

Explorer IconExplorer

Memory Pool

13,420 transactions
5.70 vMB
0.03803547 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.57/200 MB

Candidate Block

Mining Attempt 8caf766047132461d4ff1800d89cacd983c2d46d4d84b68f7ec278c66691c7db
Version 20000000
Previous Block 000000000000000000008a32030f18bfbcf56f9bc4b6582f27818e6d2a5ec937
Merkle Root 4e8fc07af179e1fb58587dca6359f8d4cf967fdb02cd978f48ed22f756920910
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,815
Size: 1.00 vMB
Total Fees: 0.02847151 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,448 (718,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,322 195,322 00000000000004420cfba424698c466f28c63a9041e455d1051cdc334b3110e0 141 0.05 vMB 207
195,321 195,321 0000000000000564a6b2d656a2607008b538144a622e312bb245edf7473da1bc 67 0.03 vMB 67
195,320 195,320 0000000000000729b70901630e08178dc395a0407d99d0acacc5bc9d0b1bef81 256 0.09 vMB 240
195,319 195,319 000000000000028e8f7587768b8bb68e899cc28e11a01847b8cf70aa965fd7f0 256 0.09 vMB 216
195,318 195,318 000000000000012cde0c1ec185c66cc85466557cecf7d51e5b09a8256550032a 248 0.09 vMB 331
195,317 195,317 000000000000047525085139b279cf5d57672df6683306d7cacd20a406351283 136 0.06 vMB 68
195,316 195,316 00000000000006c7625354b2dd01df2a2d78570e6651f4b6ddd562c27ba7bc7e 818 0.33 vMB 244
195,315 195,315 0000000000000564be8dd571687208a2d4f794b7218aff851f70bf739d76610d 11 0.00 vMB 29
195,314 195,314 0000000000000568ffb20e7729b357fb674dac52e720919018168406cca3d943 15 0.00 vMB 14
195,313 195,313 000000000000007369be2c1a002bba6632384b793f05cb442620563df09117c2 677 0.25 vMB 268
195,312 195,312 000000000000059da34a7e9d0a831f4c422d8aec6822738c17e613b9622411e9 256 0.09 vMB 307
195,311 195,311 00000000000005f638882a9cd7b4e9c154ce4828f32c83436da469bb92dca4bd 8 0.00 vMB 164
195,310 195,310 00000000000003883fc776dcd038a3889ce2a576c6ff5bfc981e70e6cd88c5cd 136 0.06 vMB 188
195,309 195,309 000000000000030da226cf9a550219f080b4f5c9aa468081d49319ee33596b7c 88 0.02 vMB 4
195,308 195,308 00000000000002785770a7cdb187b8cccd9bec39d044b796192a0120e6421e2d 91 0.06 vMB 129
195,307 195,307 000000000000010bc25b89de33e221f0f84150606a749977d1c0ad68f703c13f 285 0.14 vMB 170
195,306 195,306 000000000000016a4d73ba84c18a9a7523f88bb2ec6de6fb30c0dc00c753c613 506 0.25 vMB 162
195,305 195,305 00000000000000825df8f1b8948c1dffde6e62b653f058428293ec410c0407f7 189 0.07 vMB 132
195,304 195,304 000000000000027f4616e559cea84b1a3df025c8312e86a28f1a4ef386877deb 163 0.07 vMB 121
195,303 195,303 000000000000042354ca7b4755fdd31ad61afd6c0f01a4c0d9b95fa78039ab5f 256 0.10 vMB 196
195,302 195,302 00000000000005f7b09e12f979680cf7507e310e814ea0c25d26620e1c7446a1 174 0.07 vMB 120
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 307.33 GB
    • Received: 1.44 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.