Memory Pool Memory Pool Refreshing

1,483 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (812,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,637 95,637 0000000000026204c2e6e977a35f99eea167f5f4d431417954a79a82cd86f411 0.00 MB 3 0
95,636 95,636 00000000000255255b27e0785aabbd93e787840bc6204ffcb35f52c5a51a56dd 0.00 MB 5 0
95,635 95,635 0000000000066160b682f36148465d3a6221de7336196ab4627bd2d7c755af82 0.00 MB 2 0
95,634 95,634 000000000001d062877f232a64c0aa98492847490b8d8e76ad975866741ed4c1 0.00 MB 1 0
95,633 95,633 000000000002691946fa57debc78705d607233533c60543e87e352d11d16a838 0.00 MB 1 0
95,632 95,632 0000000000047ac2a6c38c06394013d0dc37d5d1974baef796f0b57bf87f13ec 0.00 MB 1 0
95,631 95,631 000000000006a4b0b629e892d3169a4c590041974797c26cc8c0d4caacd1e3fb 0.00 MB 1 0
95,630 95,630 000000000000483c33d38561964ce219734e90f0351be3ae93876ab5f410de23 0.00 MB 2 0
95,629 95,629 000000000001640bbe43a8fe6ecfe9a0288a01ade6f7665d6de6da06dd2fdb0c 0.00 MB 1 0
95,628 95,628 000000000002b342e77417439687a6823cca698d6cbb96d2f1955d559572fe3a 0.00 MB 1 0
95,627 95,627 0000000000010d081821a146c16c51b20bbe480910e177339314420fdc13a258 0.00 MB 1 0
95,626 95,626 000000000004d7ae49b73bf450c0d13a7da2287ed051680e629614c0a58f9a84 0.00 MB 1 0
95,625 95,625 0000000000019a84c09adf3903d84322bf93d84541670158ed6338a03e7e3765 0.00 MB 2 0
95,624 95,624 000000000000d9adb7b1fb981cfbae5e7aa15702ff53f8b197393aa3c62a9920 0.00 MB 2 0
95,623 95,623 0000000000003106164f3b73f14be907ebf7251cfd42cf6e42cbd59876ece8f0 0.00 MB 1 0
95,622 95,622 0000000000002d5e35fe23dcab25f77e20632e31f12f7da2df8d9f965f76bf73 0.00 MB 1 0
95,621 95,621 0000000000080471f90ce10270ce96a08bc50283bf6534a8f30bb2dd765b8338 0.00 MB 2 0
95,620 95,620 00000000000306319ba582f6be9748a4597ec41975e52d7049043b31e8c03d86 0.00 MB 1 0
95,619 95,619 000000000001aeb34eca832dfa8b04bc832fde5237f3b34d88c0b9028655ecf4 0.00 MB 4 0
95,618 95,618 000000000001546c03625f07a542317699ca50047289cb65f1e29c9b181426e9 0.00 MB 2 0
95,617 95,617 000000000005b6b87fec294085b30bbb95356635bed9af7488d03bd2e77d3188 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.