Memory Pool Memory Pool Refreshing

1,627 transactions (0.38 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 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
908,995 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,608 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,994 (819,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,281 89,281 00000000000782d8c5cf75270f4214b30e4bdd96332b403c2435105eab350bca 0.00 MB 1 0
89,280 89,280 000000000007850f89e00bca03ed0542a5e50b084c0e3a0db066673bb1c085bf 0.00 MB 4 0
89,279 89,279 0000000000064a73b159b109e8cf3facbff9adaef3b8d70148321d25846ca25d 0.00 MB 1 0
89,278 89,278 000000000005dfdd39021a2b608dc1d421e3ef1f19b0f45948e78cdae7676d0f 0.00 MB 1 0
89,277 89,277 000000000005a29791ef1097e40f57ef37dc328cebe9b65702b9ff98ba99e35c 0.00 MB 2 0
89,276 89,276 0000000000082f1ed1b501670b5bbfcc31c2e83c89e6b00c91f03b2dd5a8432b 0.00 MB 1 0
89,275 89,275 00000000000a6f258625800fc9ae918fbed192702fc5850a4858ea58204a5451 0.00 MB 4 0
89,274 89,274 00000000000bbb9b119a5308b942ebe030046d216c59c998493d935e57714973 0.00 MB 2 0
89,273 89,273 0000000000061101cde494bbe70536d00e0d26cc7b2f3a4f0fb7fa16d118dc64 0.00 MB 3 0
89,272 89,272 0000000000090b766b3223ff919da7c22168816d857ba3ef287d72d271fc1f6c 0.00 MB 1 0
89,271 89,271 0000000000136dfdad713893a0cd72fcb143f53ff7ee0ad2dd310ba05f764641 0.00 MB 1 0
89,270 89,270 0000000000035bd12cc87711be0ef91faa1395f0bc664db3b57f594a1974af7d 0.00 MB 1 0
89,269 89,269 000000000004e3f838f5ed6c230cc4bf835eefbae0d54bbc3ac7919a6d3e9a52 0.00 MB 2 0
89,268 89,268 000000000003c3be225bbab9e83e86619765e0ed9518c6bfc03cc195db9d747f 0.00 MB 1 0
89,267 89,267 00000000000b797e9ebc8fee8139e259070572b79411cc24d7bc86883a6390a6 0.00 MB 1 0
89,266 89,266 00000000000c04cfd91e9a1a4fc8ac245397a13f5eb4c2901c1df894d4b8ee76 0.00 MB 3 0
89,265 89,265 00000000000d807e66c05b776271fb7d43cfb9ce6942b2bb916bb6d76c459a64 0.00 MB 1 0
89,264 89,264 000000000002eb573d4843c94e139e56dbaf8863372c2dbfa22bee321e004a02 0.00 MB 4 0
89,263 89,263 00000000000c743ab99c4e14507197c7cba724d4c76b126ed9da984412450a76 0.00 MB 3 0
89,262 89,262 00000000000d5fa4f083f571709b97d73cc1a457f87283210dca54dc88d02654 0.00 MB 2 0
89,261 89,261 00000000000b473568b086b0e554d1056d2aba89cb28607959a96741721d0f17 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.45 GB sent, 105.10 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.