Memory Pool Memory Pool Refreshing

1,540 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (848,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,241 60,241 0000000009ce9b453e9374cdbc9c62ac6b3b3753d4642deeabd60ed8100a38b3 0.00 MB 1 0
60,240 60,240 0000000000d123517880641688783fe60426d2e3c48aaf7f4fe511e6075e4a0f 0.00 MB 3 0
60,239 60,239 000000000dc257ccdd229d45bd3e9741998ddf17d809343d53137bfea072c216 0.00 MB 1 0
60,238 60,238 000000000eac15ff79cc4e6eec493bed6b23b3ed774a0b71debe891e513e9d71 0.00 MB 2 0
60,237 60,237 000000000b251996def29203e569c9bf8d34d06a9fa8ac47b0cec97045cbe574 0.00 MB 2 0
60,236 60,236 00000000067c9bbd164355501ba1ae0d3a5d4d088e5bb9cd8a8df4332ac37ddb 0.00 MB 2 0
60,235 60,235 0000000007a33b29466b540ee9944141694d257e03606a7617da1ccd76ed3088 0.00 MB 1 0
60,234 60,234 000000000b4a8f0d3e958105f8f982ac7e6bec71921ba5a41840e181c61b9c34 0.00 MB 1 0
60,233 60,233 0000000007a0c5e8b9c2f78b17cea33becc49a249e03c6375c9edf033a2762ed 0.00 MB 2 0
60,232 60,232 0000000000095533fb79b9b817d0cac9b430ef004796fad90a689bda5d1b4f8e 0.00 MB 1 0
60,231 60,231 00000000087790119559ef3966f5ff0dd07039824b705c4a84d319723f5a7d77 0.00 MB 1 0
60,230 60,230 0000000000f436b2696a9207b8d3b05ac71a8649565306d6897236f59dd0177d 0.00 MB 1 0
60,229 60,229 000000000c7b24f80e00b83c314569304f494ac684da30dc414929aadf30fa1b 0.00 MB 1 0
60,228 60,228 000000000b691a3a39c8ec23d77a2496dfcae33ab48b0d7c621d107eb893d09c 0.00 MB 2 0
60,227 60,227 000000000ec62c41b464ffeeecd6f3d1ea60d8e5684f6363c262e734a4432188 0.00 MB 1 0
60,226 60,226 000000000d58e21a6227e1b59b7b99a6978c9abad95659678b651e54211f0992 0.00 MB 1 0
60,225 60,225 00000000066d5b9662c98b3eb18474cf6d81ce9b01e3f6b35809c2c50e10ceb5 0.00 MB 1 0
60,224 60,224 000000000ad8135a9fdf7ec20e865b793fb618ebc1bb85a962fd294539e9f4c7 0.00 MB 1 0
60,223 60,223 0000000004d194860d68aedd1b0e27132a4863bdb974b7fec578eda7e14066f9 0.00 MB 1 0
60,222 60,222 00000000022572e7235fbfde52e1f6fa880eb66549de8282fe625666f3ef7713 0.00 MB 1 0
60,221 60,221 0000000003d9d2cdcb84e10abbeec4f349765887651008e0f7f2ca1c3f26bad3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.