Memory Pool Memory Pool Refreshing

2,713 transactions
14.54 vMB
Show Random Selection Loading Transactions
Max Size: 60/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
908,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (845,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,151 63,151 00000000071be88d566d2482b0d0667a19d59a85a4dcccae1c4659590653d46e 0.00 MB 1 0
63,150 63,150 000000000a7fa7c331a89edf3672853d72d14068d80898bb05f84713078b61c9 0.00 MB 3 0
63,149 63,149 000000000015102c83492b2338ce1ec88cee2309c8adccafc477f628b363cc88 0.00 MB 1 0
63,148 63,148 0000000002ba56f8dc8b106052598060293b26bd88c1b118ef921a30d5368f68 0.00 MB 1 0
63,147 63,147 000000000d2a592f43549a81708963b9acd9b5e605752d3471389b80ab8f22e5 0.00 MB 3 0
63,146 63,146 00000000039816baeea17cd772529b83825ab54521479defa5ccd3b5106bf9a4 0.00 MB 3 0
63,145 63,145 0000000003faea004a75d75f4629dfab901b6c12294e0be73c569b17789b714b 0.00 MB 4 0
63,144 63,144 0000000006644a9a890d56b649780dd1c8a950a1301428769036ad12addeba31 0.00 MB 1 0
63,143 63,143 0000000006574710e0fd3dc3ad194abdaeac7710a77169aee65b5271037a2b1f 0.00 MB 1 0
63,142 63,142 0000000009a157788705fa8d7dcc86dd06d24f666e198236b09823a4a7d2d22b 0.00 MB 1 0
63,141 63,141 0000000004e4d702046c6d780e96647a5b447401449ae603b339b6c396b13bb2 0.00 MB 2 0
63,140 63,140 0000000005b49b7f555c93dea752637a23cf7af243fe401d83dfca0becaa1621 0.00 MB 1 0
63,139 63,139 00000000082b8373bf64376fafdda7d7dee500f805cdf5f6a4e4118f802d85f2 0.00 MB 1 0
63,138 63,138 00000000000ae756961c886467b014a91516f7b337b1578ce62443fdcccc41f4 0.00 MB 1 0
63,137 63,137 0000000004d491afb51c13dab139a9c024fec8d39aa35a2a54eb1a32c6af7639 0.00 MB 1 0
63,136 63,136 000000000b8eaf4ee7ac494bb19b99e431715fcf2eb7dce5123f523a3964a2d2 0.00 MB 2 0
63,135 63,135 000000000b5d7b0c84def69972afb3d36c6da94965952b6c3fa896c14b2f6b90 0.00 MB 1 0
63,134 63,134 000000000acb36e6bb98e7968addd60579a1a76337f1c8f56b930ca73c6676ca 0.00 MB 1 0
63,133 63,133 0000000003aa36e17b474c3db6a28688b1d12fa066d622e42e00e6616221bcc1 0.00 MB 1 0
63,132 63,132 000000000147c7565c32eaa8d81ad242c19c38afafbc1335d2f3ea12bc65c54a 0.00 MB 1 0
63,131 63,131 000000000d0c5686e7e219b34643c7740aedd069350d855776a8dd7597f85fe5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.29 GB sent, 98.48 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.