Loading Tool

Explorer IconExplorer

Memory Pool

17,294 transactions
7.92 vMB
0.02321825 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.40/200 MB

Candidate Block

Mining Attempt a1b89f849fcccbf8a8ae56639f0e2c0ea2477929760caca97c8eac14f060156d
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 00975cf5ee2964ca26ea187688da97a4c54f8b8ad6fb0536c71e14ce01bf7912
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,821
Size: 1.00 vMB
Total Fees: 0.00686313 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (763,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,372 150,372 0000000000000904fd1ee45c74a23806be9802a2bf285c251cdeb0cdb6a1d96f 104 0.03 vMB 0
150,371 150,371 000000000000076196a5884a9738bb53d756ca38a742e95165b66686bed67b01 93 0.03 vMB 100
150,370 150,370 0000000000000469425bd99d11e987d569ec7850f9c44f1ce36a68074f387352 38 0.02 vMB 122
150,369 150,369 00000000000004e09aeaa544bd8e21a8df0f5ca01c964077e978d78b18430e1d 31 0.02 vMB 22
150,368 150,368 0000000000000ad2024df664175094864b253dbc679143d6c895f19084ccace9 25 0.03 vMB 426
150,367 150,367 000000000000054ac8115c30fe123ce492824173c12163783fe497a383a4d74f 17 0.01 vMB 371
150,366 150,366 0000000000000910e5911b2482268e1106cacc32d34fb91a45b79eaa14693d1a 13 0.01 vMB 259
150,365 150,365 00000000000002f83c38bb09769a0cfae0d424befe8ec686b2378bac8d70781e 35 0.01 vMB 429
150,364 150,364 00000000000009cffbd6f8ab21c5499fcc6f8219e02a5c05450e00bbc3f4d5ac 9 0.00 vMB 63
150,363 150,363 0000000000000100da8ecfe5dd20b2a3a996369fb95b1744506459bef299c2ef 10 0.00 vMB 0
150,362 150,362 00000000000008855d051921102aaef8a513e6a86dc97243205463711443cd56 92 0.03 vMB 91
150,361 150,361 00000000000000d527e56e11966dc9f1ea5b870236af18a9cea6344c5d53792b 24 0.01 vMB 213
150,360 150,360 000000000000074db9292dee79c1429f6fe68a3bffac6ed49bd60d3622b83596 69 0.03 vMB 98
150,359 150,359 000000000000085b41f138d3518e057195631953742d8a42ca940f0a65434b94 96 0.04 vMB 303
150,358 150,358 00000000000005ac3eadcd609f888f7b903507aebae41f1570926b667ba26025 7 0.00 vMB 0
150,357 150,357 000000000000031e93edcb2932e5b3afb6317ad70889475e18f6811dd71272b1 176 0.05 vMB 2
150,356 150,356 0000000000000732e9b690b44cf9a1cc983de83dd2a5f33be7dece2099e74071 102 0.03 vMB 209
150,355 150,355 00000000000001dfea0ef3dea77e41106b696c41bd592c4cc5351c9a9d537ec7 15 0.00 vMB 41
150,354 150,354 000000000000073103dce6a4a9ba27e82958a6715f83ffe4a1a9289c237efb40 44 0.02 vMB 136
150,353 150,353 000000000000042b8074199a0ef6b4e7b7757f9ffe585d19fb7fdeaeb182dcc8 13 0.00 vMB 67
150,352 150,352 00000000000009dff12cd93f4ea927b1dfdf1a58eed2a1e572a6a224e720e058 59 0.03 vMB 73
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 246.17 GB
    • Received: 0.93 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.