Memory Pool Memory Pool Refreshing

3,242 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (598,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,421 309,421 0000000000000000177f65bae3aeaef80dd092b929afcd45b63e3e2b1ceaf213 0.35 MB 725 32
309,420 309,420 0000000000000000064865e8d62ef1b37608818fa88c5236d7b111615f5eaf53 0.16 MB 314 29
309,419 309,419 000000000000000013a018dc39e1a36a6df535d14015fdfb4398f6371d178fcb 0.20 MB 266 19
309,418 309,418 000000000000000005dec444b04b749cf4cd14267e6c2f594d44397024c12f87 0.20 MB 437 34
309,417 309,417 000000000000000031c1d8ecc424c68c5fca33c05e150dbd5a2a0bd133d4d328 0.41 MB 699 28
309,416 309,416 0000000000000000385295daa18f8f43bfdfb6a282a1c2b3789a93b41066f784 0.52 MB 884 28
309,415 309,415 000000000000000029cb27cc035e15466753ca6a1b468045d61a6cf81c9c2358 0.16 MB 272 27
309,414 309,414 00000000000000000796da00c6c4b9b5624d5125019cc8844e1452d55d47b54e 0.00 MB 1 0
309,413 309,413 00000000000000003eee9a19e26c17bf4ffc31719fc88d33848f60122271c078 0.01 MB 18 22
309,412 309,412 000000000000000034be06d108f266500bd1d580fb263b1245b64ab504bcb49d 0.44 MB 729 28
309,411 309,411 0000000000000000412f5ca567768894f4bea9ac65dcd2fc48c5af6a4568a99b 0.17 MB 299 27
309,410 309,410 00000000000000000d7ccadc0c8f887965a326332906fe6110b559dac75a73c5 0.16 MB 226 22
309,409 309,409 00000000000000003dd73a04624ccfdbf90878af0232223af89f2e92ee49f48c 0.01 MB 12 26
309,408 309,408 00000000000000002d299df9e511940a7d7fb1843fdaf76f1d8fd22b95340d95 0.25 MB 471 29
309,407 309,407 000000000000000003a2aee7b4ba5405fb2f634e5ad0d7ff6a405041cb1bbeed 0.10 MB 203 28
309,406 309,406 00000000000000003108adad355650e57f214587c287cc5b0e9bb6da482b3b77 0.00 MB 1 0
309,405 309,405 00000000000000003d956b679cd377cc4b2575c2d654e92a76ca8435a718443a 0.16 MB 151 12
309,404 309,404 000000000000000011a58e2ac5a8a5431841c65d8087d96b6ab710d5815e5139 0.75 MB 1,409 30
309,403 309,403 00000000000000000c0eab0dbb18c5f6d2b6749be7cfccfd477da835d6a95f3c 0.08 MB 24 2
309,402 309,402 00000000000000001994c7f470b6c40f7f00bdf593e0f715f08c9d31e7a4f855 0.28 MB 404 23
309,401 309,401 00000000000000001559d6fc07cc138807b07202de2399d4fa50ab9b5ed18c59 0.06 MB 21 5
Previous 10 blocks ↓
Total Size: 769.46 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,646.22 GB sent, 95.27 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.