Loading Tool

Explorer IconExplorer

Memory Pool

27,701 transactions
22.84 vMB
0.06249471 BTC
Random Selection Loading Transactions
Max Size: 122.47/200 MB

Candidate Block

Mining Attempt c63eb99a90b32358f5f758cb77b8bd958db136a57e8b2df9c7c0ddcdebbcb76d
Version 20000000
Previous Block 000000000000000000017c352de6a3b758ed8e4015a04a0ee703733f916547c3
Merkle Root d28e90518485f3219529dfc2f08ad250bde750b946043fdad32c0062b1e29e8b
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,331
Size: 1.00 vMB
Total Fees: 0.03124583 BTC
Feerates: 150.77 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,770 (443,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,347 496,347 00000000000000000062dfc07862c45d254282acee64fa489ec80b760efe790c 2,507 1.00/1.00 vMB 121
496,346 496,346 000000000000000000c8fe4b4a5c0fbbc510117a47438959912c590e67d94dff 2,195 1.00/1.00 vMB 103
496,345 496,345 00000000000000000075f883dcfbdb1545a495b2a73c934e2ab172b0b06a2745 1,681 1.00/1.00 vMB 28
496,344 496,344 000000000000000000b0ee6e3d3ee894284b33eaed3e64b52a27ace0fe522e5a 2,369 1.00/1.00 vMB 72
496,343 496,343 000000000000000000b2afa89c8d67e65a4510b037a262a4c7d2d1a490064a52 2,394 1.00/1.00 vMB 178
496,342 496,342 000000000000000000bcff7827ec42ce04727fee37196bde514b88b0d190900c 2,729 1.00/1.00 vMB 107
496,341 496,341 00000000000000000001c1a5cbf0e50e85f5dbe966443b2049273f7cf98c6223 2,333 1.00/1.00 vMB 177
496,340 496,340 0000000000000000006c48dad1bf46b4cf3e715edf7dccc89e27b396279c958b 2,242 1.00/1.00 vMB 162
496,339 496,339 000000000000000000ca38f39a96a4aee82f84dff213227159cf5853a5c2b7d5 2,029 1.00/1.00 vMB 48
496,338 496,338 00000000000000000002b5042eb60cc63008441c566d90097781e8e3bc2f004d 1,131 1.00/1.00 vMB 113
496,337 496,337 00000000000000000027c18a0048452f29b4f3f499933c3e570a039080112b47 1,987 1.00/1.00 vMB 113
496,336 496,336 0000000000000000000f538324e3841334a5e7f95a95b811a64fb20896c0eef8 2,649 1.00/1.00 vMB 70
496,335 496,335 00000000000000000001b27a991dd0c80be28d89f2791e1535ddff0b65cd82de 2,463 1.00/1.00 vMB 105
496,334 496,334 000000000000000000c6f3c168315964a197c4fe72682b79ebde5a2d660de725 2,520 1.00/1.00 vMB 159
496,333 496,333 000000000000000000b537746665ed72203bbf8aa36b24cb7bf1710bc408490f 2,636 1.00/1.00 vMB 200
496,332 496,332 0000000000000000008bd17db4a58df318f04e4874bb72bf5a1bd799f62171ed 902 1.00/1.00 vMB 61
496,331 496,331 000000000000000000c0a218437c7cfbe78bff701d48dba0b26a5f160cf31928 2,091 1.00/1.00 vMB 125
496,330 496,330 00000000000000000061fc63ea232094523160f678a7d82af9128cf7a601e7a0 1,933 1.00/1.00 vMB 125
496,329 496,329 00000000000000000000de2c0e998a21324e6b79909bad919722f80a8a86dc20 2,265 1.00/1.00 vMB 103
496,328 496,328 000000000000000000894d733d2b1dda4570521ebb16097aeac558c9749b3734 2,028 1.00/1.00 vMB 75
496,327 496,327 00000000000000000057cb6fb3932f42736c0a2e566b887a1eb3d0b596c685c4 1,431 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 826.31 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: 4,288.08 GB
    • Received: 237.60 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.