Memory Pool Memory Pool Refreshing

9,722 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,372 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (859,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,172 49,172 000000000f7f5c3a5bcb376534186d85df52c1cc1ac99383d358c8980bd3113f 0.00 MB 1 0
49,171 49,171 0000000026ec476ff3f76aba2e15624eb75a20e180e97afddf5e6600ed4d454d 0.00 MB 1 0
49,170 49,170 000000001d06d46d6e1ec5ff445a6cecfde71b786eb2e49060a54d78d66f32ab 0.00 MB 1 0
49,169 49,169 0000000013336f2e54221bf78e02d8fa42a49cfbfaeeb61ce68a6c2100aec3fb 0.00 MB 1 0
49,168 49,168 00000000002c0d4d2ea73dbc0e769459a0ad1bb4e043893e501f85eaf4b9dfe5 0.00 MB 1 0
49,167 49,167 00000000162c1e1a505686acc3d49213dea53fd0614488bf41a5f7916ad16acf 0.00 MB 1 0
49,166 49,166 000000001b345d50d1e1e66a274b497b810230ba7b0750406808f6fd2cfca58a 0.00 MB 1 0
49,165 49,165 000000001b8ce08dfe8924a13f6be3ef00fcecab432489b1d7a4e5a0d5380f54 0.00 MB 1 0
49,164 49,164 0000000010dc8ed781ef0fc09a39b209acf7b11020e1df546597854199e4eadc 0.00 MB 1 0
49,163 49,163 0000000020bee43e8ae5120a3a5167e4dd5522163b31c2bd8c7a3acfb78724ec 0.00 MB 1 0
49,162 49,162 00000000069def3fbe3828938d348b995a4bfb0cba9c5440d10602f8e077e81e 0.00 MB 1 0
49,161 49,161 00000000118e8ae48a102d2aa0d1c9beb3d191fb7def6eee568a809419d05380 0.00 MB 2 0
49,160 49,160 0000000000cd947e05f01a3b67e821d3a79c3c5b75e277cafa5178827ceab0a3 0.00 MB 1 0
49,159 49,159 000000000f8d28041858bf5156cfa585916dbbb02b9d6cda11cb191be021a2ea 0.00 MB 2 0
49,158 49,158 00000000020779a75fbfd00168ad890d4acc912286f7ddc06fced05ac4f3eb4a 0.00 MB 1 0
49,157 49,157 000000000e2b5680dcd5a249bc947553e84221e235a52ac8166b844b51527a31 0.00 MB 1 0
49,156 49,156 00000000262449533514a472a631e51b05969b62a6f13991a9a45a9825c19ec1 0.00 MB 1 0
49,155 49,155 000000000a881dc3c71cab7cf5d3ab21c7aca9d8c5c8548faf4b27c55c455dd6 0.00 MB 1 0
49,154 49,154 000000000b84241bdc8552b7de7bd78c0b901ea37f861845efd8480e177de7cb 0.00 MB 1 0
49,153 49,153 00000000153d8add760828f6f2f3f778cc9fbadbabcd96e156aa919e443f8983 0.00 MB 1 0
49,152 49,152 000000000b463e5e38ed273641959fa9a6f128774ec83360d956faef4765f176 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.47 GB sent, 100.85 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.