Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

766 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,914 000000000000000000022b910000000000000000000000000000000000000000 0.21 vMB 766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,913 (260,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
651,366 651,366 0000000000000000000937a884e5924482ee33f0750ed4ffcd6df0dcd23fa21f 1.59 MB 2,494 24
651,365 651,365 000000000000000000076266d4a75a64d0224e591247f1d0dcdcbc9732fe334f 1.40 MB 2,153 75
651,364 651,364 0000000000000000000252cf3881fbe29d4c57433e8185d4359fd5d30b24728e 1.21 MB 2,084 75
651,363 651,363 0000000000000000000afbef25d73258f56eb41358cf184240fe6615eb502cfa 0.00 MB 1 0
651,362 651,362 000000000000000000000e9816d55d3361556a5778067dc8ee617014fe24bc3a 0.00 MB 1 0
651,361 651,361 0000000000000000000596adfc2994443ac4e02a24050849e4135a521471d4e0 1.25 MB 2,346 8
651,360 651,360 00000000000000000009b045bb1887c09ca29bdece67a8f09e66697bff3b3a79 1.11 MB 2,415 7
651,359 651,359 00000000000000000007aa9d4c9de7ef04b806be4a1d3425837d34fbf5ccbf45 1.67 MB 1,749 39
651,358 651,358 00000000000000000002bdf7188149272d5934ab55289ff18a387ff6f4c235e4 1.43 MB 2,174 60
651,357 651,357 00000000000000000007b25fc3521bef6bd7645d5f0a6195bca87b0807d931fc 1.30 MB 2,496 32
651,356 651,356 0000000000000000000b48a164a6e02f9a59c19ced3e3afa005b4a93f1ca76a1 1.48 MB 2,100 44
651,355 651,355 000000000000000000030bb69f43f57a83560ff010d39ea1ae751600f7265b30 1.48 MB 2,166 61
651,354 651,354 00000000000000000000c013a26fd8926c3f385b5832dd8f38c50381bf54d91b 1.50 MB 2,222 63
651,353 651,353 00000000000000000002313f8e9e25324653e6f2c1c347101754c3a9e54274a2 1.31 MB 2,537 45
651,352 651,352 000000000000000000024f73963f4d55e06bfe548ea457e870a25a1ba22e13e2 1.27 MB 2,508 25
651,351 651,351 000000000000000000020a8f947c7e047c5789ebdedf89072e8937d312dd26e4 1.39 MB 2,118 50
651,350 651,350 0000000000000000000b6ccf2fcf3aee108ae3bc75053767084ded6d807d2420 1.24 MB 2,170 10
651,349 651,349 00000000000000000009476cd33930475458bacd70b04fe78961facc27a4c276 1.46 MB 2,689 44
651,348 651,348 0000000000000000000949ce52e81b634165ebcc991011bf065c426fd081eff4 1.30 MB 1,693 57
651,347 651,347 0000000000000000000590c0bbbe0727ea75a9dc43eee077122bbc82fc715699 1.30 MB 2,551 88
651,346 651,346 000000000000000000026c684f00ee36c29e4430ae19d47a6590201a95d183a5 1.22 MB 2,385 33
Previous 10 blocks ↓
Total Size: 776.93 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,481.18 GB sent, 133.10 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.