Memory Pool Memory Pool Refreshing

2,011 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,409 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,987 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (886,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,175 22,175 0000000067dc2f84a73fbf5d3c70678ce4a1496ef3a62c557bc79cbdd1d49f22 0.00 MB 1 0
22,174 22,174 000000007be3c0efe4a6447b5b896e8f3489a1ee042e56c213e2aad46ac80661 0.00 MB 1 0
22,173 22,173 00000000c46e584d39818d7899fa938f619400799df0af151c9a925157c1ba23 0.00 MB 1 0
22,172 22,172 0000000089d428b6c5ba6f04eecb642bca1844a183726c8afeb9c9ae1619b880 0.00 MB 1 0
22,171 22,171 000000001d6e9e0a057faf60b5e110cec7d2bdc5786aaebd87f3d08f303c8157 0.00 MB 1 0
22,170 22,170 00000000b9ec6038c4d2dccc4233d737a96ab986b7f54037741aeb242adef5f5 0.00 MB 1 0
22,169 22,169 0000000034b228cabee99e5f052d9f849cbfd9fb2529d4caa732e0d4126f9d42 0.00 MB 1 0
22,168 22,168 0000000067f08710546db4a88e03b3e225a9ba9ed9758cb467b0706ea9e85d89 0.00 MB 1 0
22,167 22,167 00000000ceaec9c664cafc42dbe75db3df38f99c4c9575de36451e97a4ac1abd 0.00 MB 1 0
22,166 22,166 00000000b6e941574d72fc7acf86a1d658c1ef3774b735ca2cd5ef9d6e9fdc04 0.00 MB 1 0
22,165 22,165 00000000c09cf316083198f863904d19c2f864dfd05b7a683301daf8c6274779 0.00 MB 1 0
22,164 22,164 00000000cf36c3ebafbdb6a7afe2b2da7d19da37adde2474ef9fae3450e00131 0.00 MB 1 0
22,163 22,163 00000000e1a2f715f6f49409ea0ed0a18f8b20b01fafc552eb112aef681fe4fa 0.00 MB 1 0
22,162 22,162 000000006e8d4fbcb54938ac4b8f77d3f9e53340fac9e0252a4a16a395f8222e 0.00 MB 1 0
22,161 22,161 000000003b22e053ddf590c8a209eba7755d50c349830e6005f35073f5ffe502 0.00 MB 1 0
22,160 22,160 0000000042b88ce0e866dbf0d72141f56c7cdd7cf940ca063d86d6cf01d9dba6 0.00 MB 1 0
22,159 22,159 000000009980bd51e6c3b69b661ec710d0840bcecb2ff2965f8e005345b36db4 0.00 MB 1 0
22,158 22,158 0000000071fffcc5d82615b253662fbc19f85140e52c6399277211f5948860b8 0.00 MB 1 0
22,157 22,157 00000000d52e1b74d4e86cf9e2c72fb31cffd11977bbc811e4d8393226cc5315 0.00 MB 1 0
22,156 22,156 000000006dd709bbb44e2fd027ed2fc01c0f7117908db9099afa8e879284b373 0.00 MB 1 0
22,155 22,155 00000000ea267d47a9099b502400502dcce52fb3fba448dca4625b36f0ff2467 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,721.83 GB sent, 99.35 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.