Loading Tool

Explorer IconExplorer

Memory Pool

30,343 transactions
9.59 vMB
0.15347745 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.87/200 MB

Candidate Block

Mining Attempt 79f4dd76d375e3a4cd3c53cfb34a5c6a96b760441c65be45e7238b3a496731cf
Version 20000000
Previous Block 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db
Merkle Root 6b78d7ee2b8d6c476f9c3150eae8c78da9adf2c6be4faee594783b9027ea6cad
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,239
Size: 1.00 vMB
Total Fees: 0.08370971 BTC
Avg Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,994 (775,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,268 137,268 0000000000000379463b752dbb5d0e50bace2f58f9650b366ae411f08aa9fc4d 0.04 MB 64 279
137,267 137,267 00000000000005256d757b513f164d3d5702e3fbfb64fc95d0a08444ef355b9d 0.01 MB 35 168
137,266 137,266 000000000000047892e93817da86590c7437fab4e8e4221231c4eefde04645f7 0.02 MB 21 289
137,265 137,265 00000000000006a9741bdc4ea7178fd59dc197f25d710e021001d0284c715f63 0.05 MB 126 292
137,264 137,264 00000000000003c3e43b723c40e7b3753459c13c5ba035578a4a0a25773fa9c5 0.04 MB 103 71
137,263 137,263 00000000000008754a10cbd100b3b7e5da82eaa6183470fb53bba9a98421cc9b 0.00 MB 9 977
137,262 137,262 00000000000002cdcb65d9f67986589d12dbab16e049ac598fda46da13e95f17 0.05 MB 97 261
137,261 137,261 00000000000002eb049c8f116e6209e400d9568770c8bca3a21fd00771e8c0f2 0.02 MB 41 205
137,260 137,260 00000000000007800f9de4fa37e8de049649a1efe8236508678a4d2f45052d72 0.00 MB 15 416
137,259 137,259 000000000000047457383ea46e0313250f1c327f04ab3001267ce9ee8e6031d1 0.02 MB 51 94
137,258 137,258 000000000000089e9cca1b62ff9c0dcffce69e514f86c6ab78c5d95d0bc327f2 0.04 MB 78 86
137,257 137,257 0000000000000154a1741a4cf4ae689f08a97b51c33f56c7c76013f5b415bd4e 0.02 MB 37 200
137,256 137,256 000000000000044d6bdbbad468cc13bc40ec644aa2a363ab774c8ba89d5fd572 0.02 MB 22 121
137,255 137,255 0000000000000863003779fc16cccdd409ece69877aac406dcbd08bb1bcf1e83 0.03 MB 93 186
137,254 137,254 000000000000035bd85a4b864704d395b1835fb0e72b8957a396dbfe994c8aed 0.04 MB 104 142
137,253 137,253 0000000000000540aad51b2e7b920d978764d6bf1adb30fb607ac9919e41efb8 0.01 MB 23 453
137,252 137,252 00000000000007593685841931b3879a303699aed971d3e3f65fef7b9254c018 0.02 MB 71 151
137,251 137,251 00000000000008f2a24d917708221f6c65728579eb95b8aef772bd6aedf1b062 0.00 MB 13 41
137,250 137,250 00000000000001cbdb9c1d1eb3f8ec9ca32a2421955e3a54e85d36cc2e29184f 0.03 MB 64 302
137,249 137,249 00000000000004fe3832ea89d46506a073576c07ef43e6ff2dca5816ae34fe81 0.00 MB 4 12
137,248 137,248 0000000000000168a5e19dc4efc7b260ea1e640dfc3225c5bea6247b53e97675 0.06 MB 167 118
Previous 10 blocks ↓
Total Size: 778.83 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: 377.13 GB
    • Received: 3.39 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.