Memory Pool Memory Pool Refreshing

3,854 transactions (1.39 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,083 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,891 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,082 (845,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,280 63,280 000000000871a54c1073e5859cd57a6601d865207745d6fbacf0669dde982db8 0.00 MB 1 0
63,279 63,279 00000000023fa603b8d2ba2d74ae9a73cb2d00dd82fd732c4b72ec6fec2e6d50 0.00 MB 1 0
63,278 63,278 000000000746b01ae6b839cb2231c8c84ca0f18c75f0473b883d2b1b6f658b7e 0.00 MB 1 0
63,277 63,277 000000000c85287c9fccee2fae96b1f5eaf21c853fd647bc545955334dd8a665 0.00 MB 2 0
63,276 63,276 000000000652549983c92fc2afa4aa1559937b5355194f4722d55e1dd01357a0 0.00 MB 1 0
63,275 63,275 00000000058cf20a9365a97604f20cee855025e83b3437d081226174fc8d1581 0.00 MB 1 0
63,274 63,274 0000000002ef6dfbf7d3a2b22678ba9710419ebb237ad540cdd965740dccf65c 0.00 MB 1 0
63,273 63,273 0000000008ed5ded8bd8c19fd885ce17a147098785c147035ee4f80566cdf7c3 0.00 MB 2 0
63,272 63,272 00000000083d41edddbd75c48179de640fd3f215e8d7060a73a892972520daf6 0.00 MB 1 0
63,271 63,271 0000000009b1f251e1de27ec9371b31d8e5d329fae3bb564bd9ad6e5237958f5 0.00 MB 1 0
63,270 63,270 0000000007dc9419825bf928f56578f7df72f58adb44d741a8d65e48c79bb795 0.00 MB 1 0
63,269 63,269 000000000b57647f4c9fc4ffeb8551d17d7e67d95e0d310fc73b8ac9ff437f7d 0.00 MB 1 0
63,268 63,268 000000000ce6574a93f248c901eb10922760fa3c2ef15a3f366f001cbbc701b9 0.00 MB 1 0
63,267 63,267 000000000a5536e11c597305ebced3de5cc0006bbd24befe22f1ba4dfd1cb9e8 0.00 MB 2 0
63,266 63,266 000000000a993ac23c351f40a67da77ac98e7712c46e444e4acb8cda3ffc2daf 0.00 MB 2 0
63,265 63,265 00000000023ae770e6068427794624b61caf6d8d13a980fc2f736760d91bcd6d 0.00 MB 1 0
63,264 63,264 00000000051c7b82102180d218d9fca7c895a6f3e4db48463ee83aa2a79c5619 0.00 MB 1 0
63,263 63,263 000000000b38eb894731c71f48ee45c94e44de53ced05637961f3b6e3577ed50 0.00 MB 1 0
63,262 63,262 00000000005b472524b08f4e5a6a4abd0088e3c732d0deeffa140a2c35c2e289 0.00 MB 1 0
63,261 63,261 0000000006a8344b3259d3ffa3fa258fd8a24d42222f56532116c02b4e1f1155 0.00 MB 1 0
63,260 63,260 000000000696cff146f72f963f05ef6a92171756f0e8bdcf4e26fab81253f00b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.70 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,906.88 GB sent, 106.02 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.