Loading Tool

Explorer IconExplorer

Memory Pool

40,446 transactions
9.71 vMB
0.21701068 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 3 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 8 blocks ()
  • 13 sats/vbyte = 7 blocks ()
  • 14 sats/vbyte = 3 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.93/200 MB

Candidate Block

Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.12684493 BTC
Avg Feerate: 13.73 sats/vbyte
Mining Attempt 3d81fb217528cb465b510fb3d822e765ca93327192ced4f9606ef107b2f9a10f
Version 20000000
Previous Block 00000000000000000000666b99916afb56ea2f66f7c94be825637b6e41ad619d
Merkle Root 7ecef2fa333dd6ee061dbabc730eb48fa90ea462598690885e555fd70005d09e
Time
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,755 (723,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,349 189,349 00000000000004e450e79d0c73fdd97a483126b10334c4d1ce937dc294610b40 0.07 MB 167 118
189,348 189,348 00000000000007c8a10fa18f5b28ad996d3a6639b811167b15fd20e9483bd148 0.06 MB 169 166
189,347 189,347 000000000000042cb46970e94d26e222b837663c44caabc486fe71af5c7118dc 0.13 MB 269 101
189,346 189,346 00000000000000bab5b02e1e5c5cff0e26fa586b1ae3f85fe599a161a5f23d68 0.32 MB 512 125
189,345 189,345 000000000000026d92bd6716f240478e9320b50085fa3334ea9c1da0e40e7200 0.09 MB 235 138
189,344 189,344 00000000000006cfaa61729e0c41341046e2d7c7a491896a9b2a5b7e2fb4d435 0.05 MB 134 45
189,343 189,343 000000000000007983dd575d146c3d30492ea5ab84b4cda6c352e2b834f8e3c5 0.01 MB 32 35
189,342 189,342 0000000000000005b18eb8c2c96ee84221869d9e9b9954bcc3a46a1f126ad259 0.25 MB 509 123
189,341 189,341 0000000000000356105ba1f78146611fbd9c58d8269fd8ed594023ce0a10b9e4 0.03 MB 106 149
189,340 189,340 0000000000000993f4cdd423e660f33cbe29a880b8677223cae7ae06890a93b5 0.25 MB 524 113
189,339 189,339 00000000000000fab6efcfc24bc45c19b18d53acdd925fd1413bb9e5e0fa8e9d 0.16 MB 295 108
189,338 189,338 0000000000000784078e6adce534ae21e05ef369c9e8be47eedfed9cac741895 0.06 MB 181 99
189,337 189,337 00000000000007a4557bcbe80dd8e5782d0fc9d67b00b3b780732db1b7209ac7 0.20 MB 350 97
189,336 189,336 0000000000000365745925dde6f1d7c5c2f1d75f720086c071d3f489191fd2cf 0.23 MB 512 190
189,335 189,335 000000000000005ae07e53896d282949387f41f71ee267f27c3d6af69c71d2d4 0.25 MB 456 104
189,334 189,334 00000000000003f375641ac14736a457e2e92ec221a3facf2e1d031af11b8c34 0.09 MB 200 114
189,333 189,333 0000000000000515b8ee581d80f221f9035024e92468cd89f889f194780fc952 0.08 MB 194 235
189,332 189,332 00000000000006b4e0ad178e8a2730a76439d739b161fab9d4eeace42bce5ad0 0.15 MB 352 118
189,331 189,331 0000000000000025bc3029dee1c99e0bd08128387030e912e1e40eef2272707e 0.25 MB 518 111
189,330 189,330 00000000000003f38b3304b0d654bce7427b8e723b64c9454185c1737856ecc3 0.25 MB 475 114
189,329 189,329 0000000000000893a1254067939ae51a53abef62dd09d1926e1c2953b008ac73 0.10 MB 256 127
Previous 10 blocks ↓
Total Size: 778.41 GB

Node Details:

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