Loading Tool

Explorer IconExplorer

Memory Pool

9,165 transactions
3.39 vMB
0.01501724 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.19/200 MB

Candidate Block

Mining Attempt fc525b9c4077d33ea05ef15187c8f0c44c39c1cd28b94ad4acd6fe82d3d94625
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root f23f70de92ab442a47b34f319c82dc83feafd1c83c50b14215790f8a2e5a6da6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,045
Size: 1.00 vMB
Total Fees: 0.01175554 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (728,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,351 185,351 0000000000000142f2c3ff92f9627b1e81080051c2af734496da2c17a248ce29 145 0.05 vMB 543
185,350 185,350 00000000000003888ee3140625d92f22755dafe355c0a859d54cd6e0b89a6806 207 0.18 vMB 84
185,349 185,349 000000000000038dca951729110eb15b5baed869b6493957041292ac9ba1b3a9 125 0.05 vMB 102
185,348 185,348 00000000000002edd56c24bae814803bf52bb6b1a7abf5065e21d9e3ad2c15bb 312 0.13 vMB 942
185,347 185,347 000000000000060695fffe45953945aed3ada6fb8ff98037cddec86f286ca1d6 455 0.25 vMB 119
185,346 185,346 00000000000000d9103574889ed31231d3c360f2b17c1e5b9aed802aa9ed7140 10 0.00 vMB 0
185,345 185,345 0000000000000031c0be669f109dd8e414724212f05e2f58a30d43d0434d15e2 491 0.22 vMB 151
185,344 185,344 0000000000000358c7558f5ddd7e0cfe71897856fda01e961baadb7b130c033e 97 0.03 vMB 48
185,343 185,343 00000000000009b05afc535ff637e12c617f58e53436a0c784a77b412208af4a 602 0.25 vMB 123
185,342 185,342 00000000000004ef3b88f05e3899633a0cb3857c2fa188f381f79e1f4f308b86 112 0.05 vMB 85
185,341 185,341 00000000000003dabe9a49001b03b02d752bb0632a35014db84145d815b19aa7 421 0.25 vMB 148
185,340 185,340 000000000000094f543de3cb74b7bd17d828ea2d229c04af78ffeaa184047369 124 0.05 vMB 96
185,339 185,339 00000000000007a628a67c0f8068004365776b0785587c5026fce533a6d83aea 213 0.07 vMB 182
185,338 185,338 000000000000075378a5736ff151a1acfcd307c0829b93b8f8e8f74031475bd0 142 0.04 vMB 188
185,337 185,337 00000000000005cf886afc3bb4bf437f8d3ff29e4d2fd9f30333b964a97c927e 643 0.25 vMB 152
185,336 185,336 00000000000003a6f02736051eb4a1b6d237daf2fb8a29b5e850f88cb86be36e 148 0.06 vMB 169
185,335 185,335 00000000000008c2c73c1ad45bd2273ae73b2f5f8d6dc15b3a24060b5a6b0de1 563 0.25 vMB 123
185,334 185,334 00000000000003e41d9741355da7f80feef3088f9c74a2566bb73bf01852a0e4 291 0.09 vMB 415
185,333 185,333 00000000000002334c71b8706940c20348af897a9cfc0f1a6dab0d14d4ceb815 116 0.05 vMB 191
185,332 185,332 000000000000098946ed42c960f021c4392387c9aa39d63fab59bdf13ab6bcae 400 0.25 vMB 214
185,331 185,331 00000000000005359e69bb66dcdcf46286fc739289fe43c74607219560ce269b 416 0.18 vMB 174
Previous 10 blocks ↓
Total Size: 779.73 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: 365.51 GB
    • Received: 1.76 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.