Memory Pool Memory Pool Refreshing

7,047 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,293 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,397 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (861,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,762 46,762 0000000004a1c145e84a9768985c87e7f87ec72cca5a51cc18a9c17247a1b149 0.00 MB 1 0
46,761 46,761 0000000000575972ad62db781ec20bbff8ef41a319dafd4e582c22c85a93879b 0.00 MB 1 0
46,760 46,760 000000001440090e8e9fc29f397558eb010649100e9e4b39a0430ae723f9d7e0 0.00 MB 1 0
46,759 46,759 00000000315fc098d5da84e919efe990227aba1c5b73cc92e00b9302d299a442 0.00 MB 1 0
46,758 46,758 0000000029cfe743a593f586cc624147d513a9ccf799067f892a2bfadbd3f1ff 0.00 MB 1 0
46,757 46,757 00000000039db873a297595af95ea21e950f15626d434f45a652c972756e5bfa 0.00 MB 1 0
46,756 46,756 0000000004e5e315a18f6a718b267d5f4cbb7416e9ae601fd47a55814365d75d 0.00 MB 2 0
46,755 46,755 0000000012df8fe2bcb3f0086ab5394b6d1a37221aeafce139021b9847544ae5 0.00 MB 1 0
46,754 46,754 0000000016a301efc93283048e970b9f6aeec70c99f14ec52201761114d10187 0.00 MB 1 0
46,753 46,753 000000001841b1033b818bdf140933cfd32c7d73ba038bf78906d7d46067c714 0.00 MB 1 0
46,752 46,752 000000002cb6c64391bf61440fbf0b81243fb22ac930e7f057066c98f9410589 0.00 MB 2 0
46,751 46,751 000000002d95fdd6144cc58ca461a4e2db277d189905e4456b7840acac991811 0.00 MB 1 0
46,750 46,750 00000000269b0aa5eedd598a71f14bb52ad9345e1c7a7cf490eda50d28181ee5 0.00 MB 1 0
46,749 46,749 0000000011dd459b6d04c67ae893a58b3983e56bad5e804709d0c4994c6e18fa 0.00 MB 1 0
46,748 46,748 000000001eb15f162672c03667b6560ee44fb76c53b94482d438ee5ba0ac75d0 0.00 MB 1 0
46,747 46,747 0000000008824ce67e664ce1572dfc834d731db9d10408d1c4d75966342502ff 0.00 MB 1 0
46,746 46,746 0000000032b2e1483b450c38558506cbd4e4482d096397024dbf59bb6edf94a8 0.00 MB 1 0
46,745 46,745 000000000396ad20766362e0579db83ef42afc9f53192aed8f98f2b1675bd0ef 0.00 MB 1 0
46,744 46,744 000000000b852d9e37f8948849ec8d7c08d13f1653cdd119e32ef649eba22113 0.00 MB 1 0
46,743 46,743 0000000019cd45f1526d23cd1b7991a2bdff68e09542a580fb5f6a05a8eb964a 0.00 MB 1 0
46,742 46,742 000000002c14f48a4e65df9fe9ff2102e4260a6f9cc32ee3988662d8ce81b969 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,692.46 GB sent, 98.34 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.