Memory Pool Memory Pool Refreshing

1,062 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,291 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 1,046 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,290 (859,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,762 48,762 000000001f48640dfc2c02992cbabcb6d57efb1727011df57efa64391decfaba 0.00 MB 1 0
48,761 48,761 000000002947e2f107d5c68dc91428568030b53558adc77dd8b6d6cde7c17acb 0.00 MB 1 0
48,760 48,760 0000000007eacd060b972befbe32db5a130cbb212a3157a870616a46f2562598 0.00 MB 1 0
48,759 48,759 000000001d882440138a09004239670142119cc8d783deb10491d0057e31f1bb 0.00 MB 1 0
48,758 48,758 0000000006f319b40ce4de07b409b4b1d93df4214d81bfab6490308d789be732 0.00 MB 1 0
48,757 48,757 000000000220869dd91f9278fad20406e1c4017346b5bdfca51488287f94f114 0.00 MB 2 0
48,756 48,756 00000000111d8ebf1a9590b604c935f23d6073c875c66ca97470cfbc00ab8e84 0.00 MB 1 0
48,755 48,755 0000000005b308f3b60b5ffce01dbcd9039608a21e8dcf359df82ff3a3054a2d 0.00 MB 1 0
48,754 48,754 0000000014de55de58093ec3b8bf96d717426f5913cc0f4e36f06e43baf189e0 0.00 MB 1 0
48,753 48,753 000000000afdfa096e670063ba7a3b7097011423a40352c1f4f63ed9bcabe455 0.00 MB 1 0
48,752 48,752 000000000f511136c5a0d3fe54def0c56bdd470738d9c3d359f9654b6553d558 0.00 MB 1 0
48,751 48,751 000000002211294dfa1632b2379187a93652f73cb93cd648a8700ee483715760 0.00 MB 1 0
48,750 48,750 0000000005ee5d753421f14d0a5d5fe2163c4491833c0ebb6b8b93a9a0ca0445 0.00 MB 1 0
48,749 48,749 000000001ad416cc4957b5889accea2535f05a414cc8bbab84675634008ec37c 0.00 MB 1 0
48,748 48,748 000000000b58165cd5c3125bec22a9d7645e47cb6ab7f0a399c8f40f2f85a1af 0.00 MB 1 0
48,747 48,747 00000000009abd612c8d5b5c903bf1fa669d5f863dcd42f99d7b5b8c06f45ae1 0.00 MB 1 0
48,746 48,746 000000001acf6b0701b414c7f68e6f8d15a844c0a668cb34102d4a6c825c36be 0.00 MB 1 0
48,745 48,745 0000000027eae3362a639a63fdbd4952d880672a6c6be431b68b5caf585737d0 0.00 MB 1 0
48,744 48,744 0000000009555c381805bfc78dbe6c5856688f54fd68d9fca3e9891de0cbb3ca 0.00 MB 1 0
48,743 48,743 000000000c11a2ddae3190ca02017a7cb6b74440116de0dc97e64448392b15f2 0.00 MB 1 0
48,742 48,742 00000000066993bae9f94d356f439f8d80558741c59451cb4099e73b67c7b226 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.30 GB sent, 98.30 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.