Memory Pool Memory Pool Refreshing

4,299 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,328 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (621,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,825 285,825 00000000000000019f90862a5bd11e0e634fe691da7e21c9b69dc89191c82770 0.34 MB 341 19
285,824 285,824 000000000000000176ce1884563b99b1fcfd737f98b97a7a6118d20a306eac49 0.35 MB 878 62
285,823 285,823 0000000000000000db9d92c3b5784e24d4907669647fd1569208828ef6136305 0.05 MB 115 38
285,822 285,822 000000000000000169449eb8e980895f0efd743c0e1e1f8770c3a56199764d1d 0.28 MB 581 40
285,821 285,821 00000000000000014fa2758e9d085d6f5d5bca8d30f3195573dd877be7593537 0.28 MB 548 37
285,820 285,820 0000000000000000b4da98fd1fc823dc01003c617891c7e4fb22214bee3b232d 0.13 MB 292 39
285,819 285,819 0000000000000000bee41659616bb00030982df8d8a0e11bca48596af4f3e252 0.07 MB 150 34
285,818 285,818 0000000000000001877b10490cac5fce49a618211be4e9224eeffb6a97a3fc81 0.32 MB 685 41
285,817 285,817 0000000000000000f9b2663a59dba9cb162b5c5af9b8e6eff75da99fc5d16c22 0.41 MB 669 43
285,816 285,816 00000000000000011cc248b4a222d675793db02d6381581d42461bbccdcd1cfe 0.35 MB 959 49
285,815 285,815 00000000000000001cd2f9d7e5cd71877e4bb37a621d43d5b91315b9981225a9 0.23 MB 517 41
285,814 285,814 000000000000000008839af6f92965914a4c5d24cf8912a681fdc318df9199b6 0.03 MB 64 62
285,813 285,813 00000000000000015741fe276cf0c2388b23afb07b4781b240843b8fde630660 0.16 MB 339 45
285,812 285,812 0000000000000000f7626e1c5e303d9df37328c4c78fa191bd6d48eabe8991f5 0.15 MB 326 40
285,811 285,811 000000000000000180420c8f0826f82f5f12178a60160e450ea8936fd1b2dbd0 0.27 MB 568 45
285,810 285,810 00000000000000002332dbca5e61cee98bfed4dc7037a8f60c48bd6bf63b680f 0.15 MB 201 27
285,809 285,809 0000000000000000734ba4116b5bb233835f665ba3669c10dfb40ecd6e098b1b 0.05 MB 51 17
285,808 285,808 00000000000000000719b43aec0afd3608674159831a45e31d4b94a6979a7d3f 0.16 MB 300 39
285,807 285,807 0000000000000000c6de2dfa5867e8adb7435daa2e1511717bb1ad498ec841ad 0.19 MB 329 38
285,806 285,806 000000000000000010ecc2c131175e3de686d0d72e9ddd3d62c03f90fc9a4f11 0.13 MB 239 36
285,805 285,805 0000000000000000b57dca9aca4e82220ad97388c28624855c9bef9c5576ff13 0.24 MB 454 37
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.