Memory Pool Memory Pool Refreshing

2,835 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,231 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (483,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,584 424,584 000000000000000001cfe480782647c4e907f7d78cf4811f0a3149cb2184ff94 1.00 MB 2,454 79
424,583 424,583 000000000000000000267d30e8af0f2f4d09f00f4e4dd2e64b6367b28ca143d1 1.00 MB 2,426 93
424,582 424,582 000000000000000004ca643d6a93730f1019b47970f8c8cd790e705e7e374232 1.00 MB 2,856 126
424,581 424,581 0000000000000000021a2dee34a6de8298b84dc2283dcd410213dd16fa786cd1 1.00 MB 2,912 70
424,580 424,580 000000000000000002bb581159244d7dfacbe3e9d4a8ecd8e83211886decade5 1.00 MB 2,353 71
424,579 424,579 000000000000000003d71fcd9e91a88ff03611e71844b28d49cb7d601cbc9f0c 1.00 MB 2,931 122
424,578 424,578 000000000000000003c20c7a52f1cdbf4106ee7acfe1a502dba618b76e543910 1.00 MB 1,971 106
424,577 424,577 000000000000000004a819b684f8f666d0a2eecdd81442200d78de21c2f8806f 0.31 MB 840 60
424,576 424,576 000000000000000000da1631a8d7ce980248dc9300f4d1648d5d27f50cb77cbf 0.93 MB 2,173 63
424,575 424,575 0000000000000000000e119c2e5c0f69f5f37d24c1bbaab309d1e421a72dd734 1.00 MB 1,990 66
424,574 424,574 00000000000000000152ec258dcfd86b037740e59d37623dbf6f6d31daae2bce 1.00 MB 2,166 67
424,573 424,573 00000000000000000173b38084ba0f88964d6c7a7c4a9065f1d807ac830f3161 1.00 MB 1,984 81
424,572 424,572 0000000000000000028841f40e9eb72466fe9282b9454d8b960c210546e0b669 1.00 MB 2,394 72
424,571 424,571 0000000000000000012176e8b76d386ea085097ce2c758930bf3044bfc3f4470 1.00 MB 2,635 86
424,570 424,570 000000000000000004088ec80299212f3c81ca29b7a6caa9d62bc650fe1af759 0.31 MB 727 78
424,569 424,569 000000000000000002dfad1910e58dbbb21c84a17e48a142825d2ec817ff2f2a 1.00 MB 1,186 34
424,568 424,568 000000000000000001bf05c99cdcad57c0f7c38c9004d04a9f2f7d77ada170a6 1.00 MB 2,519 75
424,567 424,567 000000000000000004c3ca4142d6c75495e9a5774b3c07995db55f4f7d0c90e6 1.00 MB 2,454 69
424,566 424,566 000000000000000002370ddb4a6a86a93c2d4772abc4e4753096a53ead2c9e06 0.00 MB 1 0
424,565 424,565 000000000000000004d722023a8292a15bee83a5e83862ecc42e9ef42fce65c4 1.00 MB 2,217 69
424,564 424,564 000000000000000002f6c68725948a9c1373170e70af44edd8e0f0d57ff6fa5a 1.00 MB 1,140 31
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.59 GB sent, 93.44 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.