Memory Pool Memory Pool Refreshing

7,670 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,683 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (178,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,731 728,731 000000000000000000097f2906ddd17fb2aa8100eb95ab1f2d6b3439419167c8 0.23 MB 379 8
728,730 728,730 000000000000000000066fcbffb060c006fa78f36fb18a80344f14627ee845c6 0.86 MB 668 7
728,729 728,729 000000000000000000025b4b510da6f4c3e3f5d053600523dfe3efe15ffe213e 1.35 MB 2,327 8
728,728 728,728 00000000000000000005694bc3bb2b24a4c8c15ac9032258c28c5deeb09284a3 1.44 MB 2,609 10
728,727 728,727 00000000000000000008e4f77a6807b18932b5b72eeb58aa9e95f035420da3e1 0.21 MB 397 8
728,726 728,726 0000000000000000000375505538498db581b7edff3dddb90c5a53e77fbf3481 0.64 MB 165 2
728,725 728,725 000000000000000000004ea580e8d3764f348bcd5783d76dd8e31bfcf4c298db 1.63 MB 1,675 5
728,724 728,724 000000000000000000025d57eebb4380bd94c67866eeefb22959f1aeb026aabd 1.23 MB 1,260 7
728,723 728,723 0000000000000000000898906c526cf98234104a8bd587b76a93f6245c63c006 1.50 MB 2,125 12
728,722 728,722 00000000000000000005ee98e684888ead90b015bad61d39ab6034306308bbe6 0.80 MB 739 1
728,721 728,721 00000000000000000003f7219641c414dc5121937b302c4f5d7f922e74a51292 1.59 MB 2,115 7
728,720 728,720 000000000000000000053475f64d998b2d16445e740b45747965c4e635e94e36 1.55 MB 2,453 9
728,719 728,719 000000000000000000013302b35e2d09ce23c85b4cfc9afe2a66846766771fba 1.70 MB 1,232 1
728,718 728,718 000000000000000000052382ef683117553af74f390d5078716194d03fadcb33 1.43 MB 2,859 11
728,717 728,717 00000000000000000003a6db487e6e3433a77d2a04a6f947c3cbe8181c7cdd05 1.57 MB 3,143 6
728,716 728,716 0000000000000000000168c8e927fc60b76405f217e5af3c965f0a811007b9f8 1.39 MB 2,162 6
728,715 728,715 0000000000000000000064adfa51617917bca11881f7e06ac371af8b224fa5a6 1.48 MB 2,112 10
728,714 728,714 00000000000000000004c87d2f3603b2ee4cd56cdd53c4ac527ead43ee559737 1.47 MB 3,393 8
728,713 728,713 00000000000000000000441339dcfe42ff13a89d74d592627b4ee49cb2118759 1.36 MB 1,367 6
728,712 728,712 000000000000000000083d966fe7817e40eec8f4d312f2149c92c44c4830789f 1.39 MB 2,060 5
728,711 728,711 00000000000000000007620d770a4d8b25bb709a587a11654d14f5fc33ca419c 1.50 MB 2,621 9
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.