Memory Pool Memory Pool Refreshing

10,202 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (581,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,388 326,388 0000000000000000116dbfbe2707894d6d803c4bdccf03daa8a4dc14279e9237 0.16 MB 297 27
326,387 326,387 000000000000000003f8540892fc0f427cc3e890415d7e79940a082b8764044c 0.20 MB 312 25
326,386 326,386 0000000000000000021e2548118b917bbcd42484b846b75d94a0798ba14b7b42 0.06 MB 105 30
326,385 326,385 00000000000000000c204c2b6ca5221f552314ddbffff5a7bee42fc27156cbe9 0.38 MB 698 30
326,384 326,384 00000000000000000271fdfe335d01e2eb77609f77664b65616669574f1d917c 0.27 MB 431 25
326,383 326,383 0000000000000000108f0c82c8d07f6427a8e649458405cd6290ea51f32dc5ff 0.17 MB 398 34
326,382 326,382 00000000000000001432dfc8fb2e92cb2721f38fa79090e76e5d533c41f2e4bb 0.23 MB 453 29
326,381 326,381 0000000000000000080edd5f444182af5b7d674a1f410258e6705afa16f8fa01 0.11 MB 195 24
326,380 326,380 000000000000000016fa32fc487a4b0207fa231d26841de1bdca351c123a817a 0.64 MB 1,072 27
326,379 326,379 00000000000000000cab5c6d611eaf8ea923629cda769d316eecd9cf29e0e6c3 0.08 MB 140 24
326,378 326,378 00000000000000001b58ae557fafe0c56db2422aae37bc310b756d4792fdd38e 0.04 MB 59 12
326,377 326,377 00000000000000001c2a8e5cea3b5ab9d8809de9eca822b44aa7cb2c3fde0ba8 0.41 MB 813 28
326,376 326,376 000000000000000002523b1a671ca7efea0c7fbc57c14165993a3e5fb8834308 0.27 MB 498 27
326,375 326,375 00000000000000001e480666e8509119aa89eedee0ecca088a17b64e6c3afa96 0.40 MB 800 28
326,374 326,374 0000000000000000108cf254c5eb20f0ca02e6d997012832bcf52e31320628fd 0.15 MB 273 26
326,373 326,373 00000000000000000d54c3d0c9db9d1badb532328c9dc004d34c0b5bdeb6b586 0.15 MB 230 24
326,372 326,372 00000000000000000c1bd9c72f0951b02450b50cf351ce5968f90b934b001631 0.35 MB 456 11
326,371 326,371 00000000000000001de25707f0a3b338fe22f383613ade37f90c0c3e7374f22f 0.02 MB 32 49
326,370 326,370 0000000000000000004adf5a5a24cfa2f0e299f89dc84ae97965868dfacd2409 0.46 MB 803 29
326,369 326,369 00000000000000000904364d43b5729e8ac0fc2944dc57e5bb5e82542c36a53e 0.05 MB 124 35
326,368 326,368 00000000000000000e650ed99bf88410c7bfd32ce62ca83efd66bc20aee4806b 0.11 MB 209 35
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.