Memory Pool Memory Pool Refreshing

1,179 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,172 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (19,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,610 888,610 0000000000000000000023f9f15211e30213054a3c42fb037ff4bd4c72837c54 1.58 MB 3,862 5
888,609 888,609 00000000000000000000e64b486c26d0b44418f2e7708472b0ce82d153b662bf 1.51 MB 1,842 1
888,608 888,608 0000000000000000000233704da2ba9c8c47c72ba61b2714e140cfc1ab4b404b 1.72 MB 3,128 3
888,607 888,607 000000000000000000007465132d4401e7c209d6a568d6b01b2c8f8e3f134c40 1.53 MB 3,475 4
888,606 888,606 000000000000000000011b288c06292b5fbb8942cdd952f47360d8f08d852621 2.06 MB 692 1
888,605 888,605 00000000000000000001be1168ba2252d777903c3399aeebbf707f80fe1fdd24 1.55 MB 2,643 1
888,604 888,604 000000000000000000020cbe799719d5e2540d0365aa78da00c3d9c9c66210c7 1.64 MB 3,871 4
888,603 888,603 00000000000000000001ab4391a22b9dedac30a1ea0cfbfaf0b3fa515b3846db 2.11 MB 1,810 2
888,602 888,602 0000000000000000000210f38645e3cde9128aa4b70bc7ae9f27276513d24180 1.30 MB 1,311 1
888,601 888,601 000000000000000000013920cedb508c36056b14df41efa179463c752ddbe7a2 1.62 MB 3,609 4
888,600 888,600 000000000000000000008c847b468b4b7fbca6cb716b4bf46ac27e643706d8a7 1.60 MB 3,411 4
888,599 888,599 000000000000000000020b36011dea8efdc66c8604c05138078b96b1976ad4d4 1.97 MB 1,109 1
888,598 888,598 000000000000000000012cda287da0c75f61e19aeaee506a6cc3135fc9284db6 1.76 MB 1,498 2
888,597 888,597 000000000000000000011e5222824f90721d878dc1e9a6c2e2c9810fcebeb23a 1.80 MB 1,854 2
888,596 888,596 000000000000000000007e9f2c2619516515efe7fecec67a46b72b3fb1441953 1.96 MB 879 1
888,595 888,595 00000000000000000001ad9a3c14937bc36bc6a261b0f7e4ecda37a9ad39de17 1.82 MB 1,728 2
888,594 888,594 000000000000000000007cc2dd286df8efc00b51049a0f8b6cb1c0bbaf9bb31a 2.08 MB 118 1
888,593 888,593 00000000000000000001714f0d9a05d76a35abd1c4c7a436c4c7000be4d2cc85 1.72 MB 1,076 2
888,592 888,592 000000000000000000005d96c3b66371b327aec493e01e943c04f441c85c2daa 1.79 MB 1,972 2
888,591 888,591 000000000000000000027f72aba25ec31894c234522b5ff5db93faf7b291c4db 1.88 MB 1,325 2
888,590 888,590 00000000000000000000c942429f33ff845ce69b5a7e05194114d872472674ae 1.65 MB 4,017 1
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.