Loading Tool

Explorer IconExplorer

Memory Pool

23,822 transactions
4.54 vMB
0.03037838 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 4 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.72/200 MB

Candidate Block

Mining Attempt 6628574fedb2028bd5d087ff60fbbf1f1d52128b291e2b33e0b7f8d8c596dc5b
Version 20000000
Previous Block 00000000000000000001c794ab67c6265b67870ca521819117be26a86ef54163
Merkle Root ecc45cc52371062c832f28d399aaa4a3b11e6e9f2ad363d074ab30a9483a72c0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,509
Size: 0.50 vMB
Total Fees: 0.01993891 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,809 (768,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,277 144,277 0000000000000017864838e8fda0499be910b9c8b8310fc1fa0ab4d75b57d6b8 0.02 MB 46 120
144,276 144,276 00000000000005b1ff5905615f83d08730a04fb3560a67c0c9898c04249ad74e 0.00 MB 15 88
144,275 144,275 00000000000002aeb70df7ca9ff3e985746fef4af3e741f89abf47d349b93142 0.01 MB 28 124
144,274 144,274 000000000000057baa548d30f065e9ea64eb3a178c4f17d49a4f139837443f9a 0.02 MB 40 243
144,273 144,273 00000000000005720077e2e2695e4063ecc78f15c56183d847979a20b27d799b 0.03 MB 93 0
144,272 144,272 00000000000003d672ca11c2f6a5116c6c46f07c1fbe7ec0e1defea8a232be86 0.02 MB 46 95
144,271 144,271 000000000000047b632d9553bf2c3102cd3dd875492558b8f4a541e25259196a 0.05 MB 118 223
144,270 144,270 00000000000002606168ac016368896d79c591bff2b6580db2e398faef7ec093 0.04 MB 70 498
144,269 144,269 00000000000005ee14737817e12aadb16eec8aed22c08a80f5040f691f4cbe75 0.01 MB 30 186
144,268 144,268 0000000000000577480c516ed86e5c9432686f6b55f5ba8d15f0e1ab0a6842c6 0.01 MB 23 466
144,267 144,267 00000000000002c674ba874e2ee8a90c0586d63f08fec548c0ffda9395129738 0.04 MB 96 179
144,266 144,266 0000000000000647612658ec9e15cfb7eee31a66843641977e8156f965b17b95 0.00 MB 3 114
144,265 144,265 000000000000044aa3053ffc30e044dbbdacef3491e513c4487c59ecad331efa 0.00 MB 14 310
144,264 144,264 00000000000007fea855b6b61e18646eeac6e4c4821089c88eba92046d68994d 0.02 MB 42 307
144,263 144,263 00000000000004a9cf2d9570f385f34e9723d99f432a044131cd6079240305c5 0.04 MB 83 215
144,262 144,262 00000000000005ee0717d662e5be0b5a123d5132e42d86e598165e4a238c97d5 0.01 MB 17 16
144,261 144,261 000000000000024d9bf2a2872b09f7dda9634bf7c4812d52a64a352cf9ff1166 0.03 MB 62 156
144,260 144,260 000000000000012cbf4c7fb99e0d00ad67225f7f6918c06c15f6cb82d451b87e 0.05 MB 132 114
144,259 144,259 0000000000000466e03e14872c5ec7220ce18a02627877e71dd0e96020811945 0.03 MB 54 526
144,258 144,258 00000000000007fe4070d2ff3224ca045e896f729743bb2cfab09b302cb51149 0.00 MB 7 65
144,257 144,257 000000000000077a801d0a5424250b7b47079282d268f9922d61e9679e9fe378 0.00 MB 12 93
Previous 10 blocks ↓
Total Size: 778.50 GB

Node Details:

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