Memory Pool Memory Pool Refreshing

43,948 transactions
30.38 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,093 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,299 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,092 (34,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,246 828,246 00000000000000000000893c2842c395c765275a451439edd91e1edad49e058d 1.62 MB 3,091 55
828,245 828,245 0000000000000000000216297bb8d5581ffaf9600bcf2920d8d325ef927052cf 2.76 MB 2,109 31
828,244 828,244 00000000000000000001b46a10c409bd6c9c68a5300410bcfcda917d094ca24e 1.67 MB 2,474 34
828,243 828,243 0000000000000000000239c700a76f7bcd0ed6db2f5ee9c75c63a3269ec03c9f 1.54 MB 2,895 46
828,242 828,242 000000000000000000021cdc13e9641ce23cde9373ebe9fdcd4a725a7f209940 1.38 MB 2,454 37
828,241 828,241 000000000000000000030c41cd752a3b14758db36f051c7f5a301f99f05afe77 1.54 MB 3,273 53
828,240 828,240 0000000000000000000321e90b5864aa3a1737657f6387aeffc3ae2c578c2a0e 1.67 MB 2,343 54
828,239 828,239 0000000000000000000241ea377827749ec85363d2e69ad0bd40badb87334333 1.76 MB 1,838 56
828,238 828,238 0000000000000000000032062441e01881812c2dfa7c31d1f40557e2582f7648 1.70 MB 3,543 40
828,237 828,237 0000000000000000000191b324a76116081dd29daf0572906a551603c77c37b3 1.84 MB 3,327 45
828,236 828,236 00000000000000000001818f9781d20a99be6c3a8d78ccd6bdd0de8701326b7d 2.03 MB 930 30
828,235 828,235 00000000000000000000d63378b65e0cc227b3ed3197a468a300d2bdba66f7a1 1.69 MB 3,206 37
828,234 828,234 00000000000000000001c0eaef935faac83da2df68e7f1757625358b1c4b20d0 1.68 MB 3,434 36
828,233 828,233 000000000000000000023313e8614979bf20107bb6ec72f6d0664701bf5957bd 1.68 MB 4,017 49
828,232 828,232 00000000000000000003424caf8681ad829c8b60b2b155caa6cacfad4ab6ca2d 1.58 MB 3,494 43
828,231 828,231 00000000000000000002dd1e412f44bcb5ac51f4f0d692182fbff0f266d2375c 1.82 MB 2,049 42
828,230 828,230 0000000000000000000331300de157f4b3b3e5215502bd36cde6d05b2ee1339f 1.54 MB 3,550 51
828,229 828,229 0000000000000000000222d89fa428803767f4d5975666230e2073aff02927bc 1.51 MB 3,037 49
828,228 828,228 00000000000000000000bffc484afb7c3e6de03376a22cca2cc32c2b3552a0bd 1.57 MB 3,300 52
828,227 828,227 00000000000000000003f437d3d1422afafe07eaf057041ef700af8e50706b7c 1.57 MB 3,415 55
828,226 828,226 000000000000000000023231705b3ec0d4a90d08c55562178a17e9cddf63a36f 1.68 MB 3,260 35
Previous 10 blocks ↓
Total Size: 686.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,425.57 GB sent, 113.87 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.