Memory Pool Memory Pool Refreshing

5,796 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,967 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (179,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
728,710 728,710 00000000000000000008a34bf87b95ff79fd8cc3a64619c46d0e42eae32ab142 1.59 MB 3,387 7
728,709 728,709 000000000000000000083e7c3255f314f184d7e6ba3c8ed99fbec95acfc940f8 1.49 MB 3,080 15
728,708 728,708 0000000000000000000237432aac7f4e68ef328630a69ddafd95708fa176bec9 1.49 MB 2,393 14
728,707 728,707 0000000000000000000178481492ed61f97b0d4c0f29482f8ced380c80aae67e 1.60 MB 2,864 11
728,706 728,706 000000000000000000097d1c944dbe937d574235d6f7d9a1f84f89deffb5378f 1.47 MB 3,107 16
728,705 728,705 0000000000000000000815cc683d641b6d0a3d337a577468844c94f4f6168cd1 1.52 MB 2,827 12
728,704 728,704 0000000000000000000139e1ec7e7e518d93be46223fab0ae6a0464265b81851 1.44 MB 2,479 20
728,703 728,703 000000000000000000095a2c45659b1fcfee026a685fa3bfe570057630eee134 1.52 MB 3,345 15
728,702 728,702 0000000000000000000899439ce987e070f19b26af9ebcd18d80229d17c0c8a8 1.50 MB 3,377 10
728,701 728,701 000000000000000000061b3aa781306ea4a38b73e6816c2251d15bdb95e0851d 0.68 MB 1,224 9
728,700 728,700 000000000000000000061ca1ac662149772735d79b917c58e1d56c7623aceaf6 0.01 MB 30 11
728,699 728,699 00000000000000000001b780ee43e03e636dc42132f9bb9c039512a0d9acfd84 0.02 MB 43 4
Previous 10 blocks ↓
Total Size: 769.22 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,634.66 GB sent, 94.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.