Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,814 transactions (0.98 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,226 000000000000000000022cb30000000000000000000000000000000000000000 0.98 vMB 2,814 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,225 (593,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
317,294 317,294 0000000000000000213d98f4942b7331af4b1e91727d667c22f86f166becee77 0.26 MB 179 45
317,293 317,293 00000000000000000d6e0805eca8425cc2ecf0f85d19f9247987d5150c29c33b 0.32 MB 248 16
317,292 317,292 00000000000000001b42b217df11a3cbd15257efe2db8bb3aa412236ee68ea97 0.67 MB 611 17
317,291 317,291 00000000000000000aef3b45cd20c538693e605dc62368ad4bf9f1c9a064796c 0.35 MB 231 16
317,290 317,290 00000000000000002085ee340a366e38713713098e8aa5048c3589048117ed70 0.35 MB 256 18
317,289 317,289 00000000000000000d87997e5aaddf7de3c88d57fd3278e65cbff3ce5ac30d2d 0.36 MB 369 19
317,288 317,288 000000000000000007f1d8773052061de3db0a20d3aa5929d23d5d5178342fee 0.49 MB 335 16
317,287 317,287 00000000000000000770510326c436a832ae19b9ae236f423b93f26d59ddc0a9 0.14 MB 257 19
317,286 317,286 000000000000000023c07897f58d2899b4606b11dc5a403894d25641224a3639 0.20 MB 382 25
317,285 317,285 000000000000000002f8c2180ff19f54f4500f93f2a97a872afcb4b6e8e270f6 0.08 MB 58 8
317,284 317,284 0000000000000000079978b4a672b2af35e8104a628fd8f522dfc9502c1643b4 0.15 MB 208 20
317,283 317,283 00000000000000002a303ff5795e5dc810e99a112e2b9ca68bb2cf92a6632dd5 0.18 MB 385 23
317,282 317,282 000000000000000002c1b9ebf3931548afdb49c273f16f9cd47d829e7ae57084 0.21 MB 441 30
317,281 317,281 0000000000000000184c1483b14d9861995ba77958f67d82a00b281b656a20b5 0.54 MB 1,096 29
317,280 317,280 00000000000000000cf06a70014c75535eea2de50a4f129845dc15a0cd90c624 0.74 MB 1,008 20
317,279 317,279 0000000000000000276d9fe5760824d62cd1222454c2500a87daebfb81d46e62 0.25 MB 797 46
317,278 317,278 0000000000000000016d12d8ce3515d00326cf64dec919122e9329cb8cb8ae45 0.12 MB 256 37
317,277 317,277 00000000000000001055ad34919f48783a3953b60ea4ca8efc48f4737b82b1fe 0.00 MB 12 27
317,276 317,276 0000000000000000041515b1bae927e23b3b2b7e859951457a602672691478e9 0.07 MB 106 24
317,275 317,275 00000000000000000c520ed2cb381c39763457a2fd5682f59c32fce6bbc6aceb 0.06 MB 78 20
317,274 317,274 00000000000000001ab1dfb165f764799c21eac2c0565ea81ac9febf978e4a61 0.30 MB 224 15
Previous 10 blocks ↓
Total Size: 775.66 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,379.83 GB sent, 127.15 GB received

Notes

  • This page updates every 5 seconds.
  • 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.