Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

510 transactions (0.15 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,867 000000000000000000022b910000000000000000000000000000000000000000 0.15 vMB 507 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,866 (559,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,829 352,829 0000000000000000043b9b77bd59b229b3a2de787a00622496813c4a2bc9f8e0 0.12 MB 249 31
352,828 352,828 00000000000000000f346eff2416a7546028cb8537ab2a9a8811b3015f4418ba 0.08 MB 182 36
352,827 352,827 00000000000000000ae1a611c62f910102b4f77145e309d797f2ce05b32e4b96 0.09 MB 134 29
352,826 352,826 000000000000000006370a66ffda6bee3ef40f5a3d6163b184fadc49e10ea98b 0.05 MB 123 29
352,825 352,825 00000000000000000d36973a58f256fb2516bb57e17ce01b23b95cf6792e85b8 0.07 MB 131 14
352,824 352,824 00000000000000000b15475d7e552a265999a703f2b4ba18b9cd8b889ac06be9 0.29 MB 616 28
352,823 352,823 00000000000000000fb3aa8d4c417cbc4350dde3873902ef05061e56345ebdfb 0.13 MB 243 12
352,822 352,822 00000000000000000c4fdb5e04e33037074cda4a768b278a79f51d00c5c0f12d 0.64 MB 1,274 30
352,821 352,821 0000000000000000143d95116a3ea4127f4a2b5124b015a1711fe32b1a026ca4 0.61 MB 1,296 33
352,820 352,820 00000000000000000bb55027e176856c3725ecbe4d30580d9c1d215b84b405fe 0.09 MB 179 21
352,819 352,819 00000000000000000060c1d213dba556c37f2d5edf57114c483d1ebbcc4ac268 0.59 MB 1,058 26
352,818 352,818 000000000000000011f88b47a672ef64dfe05392d759f594c00a5d69e47a4aea 0.10 MB 98 12
352,817 352,817 000000000000000010cd1d87fe6c7ccf2c709a9db9186122a1133e5af0abef5c 0.14 MB 204 16
352,816 352,816 00000000000000000c76e2b8f587f2504302beae0cd4ef63cbb06e043893eeb0 0.18 MB 255 30
352,815 352,815 000000000000000002ea568801c327d258a27bf9033e8b38fd2d8c89e042904c 0.09 MB 88 10
352,814 352,814 000000000000000005a9deecd576424a07605299824b921c6ca6255c8152e1f3 0.23 MB 379 18
352,813 352,813 0000000000000000036f88938806a382f86c0d4dd63c40a45ed90c19a147052e 0.75 MB 1,360 22
352,812 352,812 000000000000000009a64d449a1b1a3711c9ec18622f0655817b09469a0441a9 0.75 MB 1,527 32
352,811 352,811 00000000000000000fe504576847a2328433955193c8c1f74f538dc794d1d51d 0.64 MB 1,259 30
352,810 352,810 00000000000000000d0ab4d0fadba370473fcc08c8b2f3d097fe698796a4bb79 0.31 MB 568 25
352,809 352,809 00000000000000000feb5c0989af69ff6ce30a128ce8b7d5058fdc111b28da6e 0.74 MB 734 13
Previous 10 blocks ↓
Total Size: 776.84 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,470.36 GB sent, 132.72 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.