Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,138 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 716 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,137 (865,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,637 43,637 000000002a89fb62b48b39730e91bbd520a1334333093a342703bd9a6c61e139 0.00 MB 1 0
43,636 43,636 000000000fef34831589e12dc91472990a178163705b24599e2aa7940ed568e0 0.00 MB 1 0
43,635 43,635 0000000026f6dbd30934da1ba0b31c5aa9d3972eebc2436159dabb2adb7c52d5 0.00 MB 1 0
43,634 43,634 000000002e1d7c448b509c2c2f13fcd6d9e594a78ec7e4827c21bb5df4cc8228 0.00 MB 1 0
43,633 43,633 000000000f785546e2acecc5e3ec81da00489bc26bbd9e5938dc235bda71f9b3 0.00 MB 1 0
43,632 43,632 0000000015684baafde0d4a36a6aece0c28f0af8ff0e4df83b602e3957c0c3ae 0.00 MB 1 0
43,631 43,631 000000001e5d334c42b2a8dca0008f7fa65247e072dfe2b671d7585e586b93b5 0.00 MB 1 0
43,630 43,630 000000001c8f9372fab84eb15ad4a92fa13b661962039abd76f4d29fbf2dfa1a 0.00 MB 1 0
43,629 43,629 000000003a29ba2c0b151664164179d1cd46008f170a8b828c65c94a4a1bb074 0.00 MB 1 0
43,628 43,628 000000000d41fde53155d26d8422b14b07fc4e60169ca360397ab7c6eb3f1d09 0.00 MB 2 0
43,627 43,627 00000000207f9f17f57ae5b93507d700da5c39e71e9b1aae282bba7d1780b08f 0.00 MB 1 0
43,626 43,626 0000000006bc31eb9b8af393d18f8d6ff3e50f62082526160bce8c6ab5104f0e 0.00 MB 1 0
43,625 43,625 0000000013a2a20f9b9ca644fc2d99bae62a0d964dbebdc3b6587d7e63806afb 0.00 MB 1 0
43,624 43,624 000000002818d1c05f0307e19abe99e2e76eae4365a74e1631a77c7706c41896 0.00 MB 1 0
43,623 43,623 0000000002d590bfae5c591b9d1326f60eeb3f6af6b876387711ab91c92dfbe9 0.00 MB 1 0
43,622 43,622 000000001deecba4808dec91a5e5b4f6545e1a8f387aa6eeb771cb309fcedcd5 0.00 MB 1 0
43,621 43,621 0000000019a4ce1d6cdeb25febfdc5361ab453a37e9d9830ef7fc311bfd8b27a 0.00 MB 1 0
43,620 43,620 000000000ecf6ab772f4b1229a6621a3724f7a96464eda25b26f936d9e702c3f 0.00 MB 1 0
43,619 43,619 00000000021a60f407e0556041b5138333c2f4ad181d0c079e95bc2bd7a3c0da 0.00 MB 1 0
43,618 43,618 00000000246b227751c13f461d252fd80bca5080188350b92fe069b3bc301972 0.00 MB 1 0
43,617 43,617 000000003083864ea960bc79cf5374fb6e06d2919280e33670efc8104886b656 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.80 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: 1,951.67 GB sent, 106.58 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.