Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,272 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,482 000000000000000000022b910000000000000000000000000000000000000000 0.44 vMB 1,262 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,481 (300,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
611,220 611,220 000000000000000000082442e09861194f085f0e164e0c32e9dc2879f87be885 0.29 MB 616 8
611,219 611,219 0000000000000000000fd73b66336d0eb08882b2ff57be56cfbf224dcf291f42 0.05 MB 89 5
611,218 611,218 000000000000000000111bf71818d6b1e76bae81fadf718baedee61900125615 0.92 MB 1,781 7
611,217 611,217 00000000000000000012fe290902ff4c292710a37d192c605d8fb3936c77bc4c 0.28 MB 382 16
611,216 611,216 000000000000000000136db84e523a08fde8128f20da18c15b44a119ca93aee6 0.09 MB 71 8
611,215 611,215 00000000000000000002629f745a311be3ac84ef9d14ced3959a1edcd2716b33 1.00 MB 1,828 5
611,214 611,214 00000000000000000011cd8747d6824c487168673f3799391b437d706126b511 1.25 MB 2,528 9
611,213 611,213 0000000000000000000b30946f7a4f74143146aa0030d07492928a7387cc3398 1.22 MB 2,783 14
611,212 611,212 00000000000000000002c741e4bca94d29674960a89d27f6b3e12f81572a7e32 1.29 MB 2,900 17
611,211 611,211 00000000000000000004e7035bdc5235b56b4e6d2249c50eb8ff042346658e8d 0.46 MB 1,009 14
611,210 611,210 00000000000000000003e5af32b2db230500934c33aa0dd2008635df87034f7e 0.38 MB 938 13
611,209 611,209 0000000000000000000d4927e919fc0d7f39fcaf43d1deab2857c5149a630da9 0.77 MB 1,929 11
611,208 611,208 00000000000000000013993fbb6927f71253d1ed1d0f6afca0e4e5f36b404ec2 0.88 MB 2,318 10
611,207 611,207 00000000000000000002a3108f4282a62340690d6dd216a91b9a9260ffb70b1d 1.29 MB 3,187 10
611,206 611,206 000000000000000000127c7d983178712b7d6acd7dd53919f03980622b07d06c 1.19 MB 2,704 9
611,205 611,205 0000000000000000000636b73ed8d22ff34d64cc52a69da657178e7efaa780bf 0.37 MB 915 12
611,204 611,204 00000000000000000000c70d6d638783eea155c96eeaa10fbc224dd47b8be507 0.74 MB 1,720 6
611,203 611,203 0000000000000000000f46858abbcb81e01c6eac82bb53e04810982412f471b3 1.29 MB 3,334 13
611,202 611,202 000000000000000000077911329fd75036cd8672dbda7bc1b6568ea2289e0341 0.43 MB 1,228 7
611,201 611,201 000000000000000000115f44708916fe1bcf0e4fb382d77b071e275ec77d893c 1.29 MB 3,306 11
611,200 611,200 00000000000000000004d03ee4bb47ce5e83e995051ff537b4bdd01b9891f9e4 0.20 MB 584 11
Previous 10 blocks ↓
Total Size: 776.13 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,411.53 GB sent, 129.36 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.