Memory Pool Memory Pool Refreshing

539 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,769 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (285,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
622,529 622,529 0000000000000000000e407d7bb49e96b9c44aba2bdff64e321f0a8edf605181 0.55 MB 1,085 35
622,528 622,528 00000000000000000001ae7d4e1fa3f3dc8c4a1baa4ad90d0ceb93edb1aed642 1.18 MB 1,444 2
622,527 622,527 000000000000000000000d029df8bd75f7ee9c8c708870474e532a91f009625b 1.22 MB 2,549 30
622,526 622,526 000000000000000000084f080e204476c37e0adaf733d64b46a5093e11dfb809 1.33 MB 2,735 49
622,525 622,525 0000000000000000000273f7fd26dcf61b2ba63d2c408f08b6c4c66cbc684125 1.05 MB 1,923 31
622,524 622,524 00000000000000000008c057de6d0ad9e37ee94ecda42e4e47ff76c3adc2d6d8 0.23 MB 557 38
622,523 622,523 0000000000000000000e2ea96b41d231894cac5c6a37c29a3610937acde0c2cc 0.84 MB 1,873 35
622,522 622,522 00000000000000000009f1691f61f0a8140122f19a51e77a32d042abc237db3e 0.43 MB 891 28
622,521 622,521 0000000000000000000cf504551839733216d8cc7aec96b3710f76d8c2359558 1.20 MB 2,322 12
622,520 622,520 00000000000000000000498ee6cb9d53af74562992ad391059584a650869d795 1.28 MB 1,770 21
622,519 622,519 00000000000000000010cc7ae881df3859f2f7f37d76674e83df80fd3a274574 1.17 MB 1,698 78
622,518 622,518 000000000000000000033c50f0b13020fd095711d14a151055dff122bac65c53 0.17 MB 322 35
622,517 622,517 0000000000000000000f0f65dbdc97aca48a69213a9b9c1ee7414e6f4e65414b 0.60 MB 1,347 31
622,516 622,516 00000000000000000006b748e5e0025db6886677ccc2d993df5c64aace0c6e93 0.45 MB 1,134 7
622,515 622,515 0000000000000000000dbc37c88117a4aacb2dfded77b56baa9b01a7c92a9e73 1.29 MB 2,613 42
622,514 622,514 0000000000000000000a35ef9bdcf15fa60adc9a14e748132da6999542b716b1 0.35 MB 527 25
622,513 622,513 0000000000000000000b8ce5e27eedf8dbe19ec240c7939de2b381ef40651c0e 0.51 MB 935 28
622,512 622,512 00000000000000000006b5c6d66a2598b39e831d48e50c2862cb5acf512df527 0.05 MB 112 27
622,511 622,511 00000000000000000010bfa43034065b3988c5be2bbd2ebad0d2f6d5f6be67a1 0.67 MB 1,520 26
622,510 622,510 0000000000000000000330e2807235a3523ca7c63446fbee4112836e9e1764ba 1.13 MB 2,207 28
622,509 622,509 0000000000000000000645f7ca966b1c26ffa52ff9612790aff6b015282e3f12 0.22 MB 408 35
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.