Memory Pool Memory Pool Refreshing

4,393 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,295 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,371 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,294 (867,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,344 40,344 000000001c2163a575fafbad0a3c950ec5d79fc6e604a35ab6328ffa5a2d8d7b 0.00 MB 1 0
40,343 40,343 0000000040bbfbdc7e447350eed8e0e014b4234f38b264c35f9ccd7100cfa2a3 0.00 MB 1 0
40,342 40,342 00000000126726cc0c3cee313bb41afbc7edef9f70825e2520a7625313ec0886 0.00 MB 1 0
40,341 40,341 0000000017d737a8f144594cb0e5e628d0e7c4f79ecf84569d8744def35f7270 0.00 MB 1 0
40,340 40,340 00000000074c6c9cdc08c4675b96263b16ec894538183af9759cc124f63b9947 0.00 MB 1 0
40,339 40,339 0000000013ed5f80a2273cdea547c415d09517e5cd438e9af7febef12c9d91ca 0.00 MB 1 0
40,338 40,338 0000000044ec2b6c307eb3b7f2ff69cd656afa90ab1679e23b156098c092c6ea 0.00 MB 1 0
40,337 40,337 00000000524f602c531a7a4dcf19a9012bb12c720d444d990e5f766e4b2eedc0 0.00 MB 1 0
40,336 40,336 000000002dd78e1e74e1ebf6ff587a7299ff3b8e38e312d994ca0174711d498d 0.00 MB 1 0
40,335 40,335 000000002ffd435e1325135245c7ac19b695d92fcf146c88b6f66e3b30c61aaf 0.00 MB 1 0
40,334 40,334 0000000057f905b5ebc96022aed1f80153251f5723d59ab880b55dc3781d0c87 0.00 MB 1 0
40,333 40,333 000000000bca1c6dbb52868106482ea08b405b21c5921f6d113fcfe0c6db07f4 0.00 MB 1 0
40,332 40,332 00000000228dbd536ba7a656084592e1d8c344ae53824bfd39cade64fd5e330f 0.00 MB 1 0
40,331 40,331 000000003be725a25372e729b8f36545207ec10e381a757259be417610228845 0.00 MB 1 0
40,330 40,330 0000000039f01134b9aad8b0476c65a7a2364ed7b61604eb7ba2a3104351c28a 0.00 MB 2 0
40,329 40,329 0000000057e9f305009605e46c4945a3848d5f4b664eb47e09aa4741be9de43e 0.00 MB 1 0
40,328 40,328 0000000037beb478836a3e8d52436ee4efc6f9e020c0653b05cd3677ed958f3b 0.00 MB 1 0
40,327 40,327 00000000343911ed47c9844d6c2333a86eb0ebdf1cc404fc3e9d4206cdf915ec 0.00 MB 1 0
40,326 40,326 0000000046600fb6b66c8b036de11003e05a00de41344dba032c73a73c0e4e60 0.00 MB 1 0
40,325 40,325 000000003dc6bf6f10c8782d96a06b100581c8e355bdf0608f6f369717c4efd9 0.00 MB 1 0
40,324 40,324 000000000814c53315ad1111bd1f9c6d5757ada41988ad50248ab91c1716a6d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.56 GB sent, 98.36 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.