Memory Pool Memory Pool Refreshing

1,323 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (844,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,691 63,691 0000000002ebf95aeb8000168ac2bfb2d265e89dc14ec292a3b3d89bbb976255 0.00 MB 2 0
63,690 63,690 00000000054c97d73d1b6b04c2d83c810cb2ac1a2cba59babe180f04a24d75ac 0.00 MB 1 0
63,689 63,689 000000000282f44cd353cab3daabf9fd6003a484b3ffe25d49ac1fb2a677cd76 0.00 MB 1 0
63,688 63,688 000000000b1fcf3095c42b641c9cc00f8f149ccb150dc0251d234d18a8176f0f 0.00 MB 2 0
63,687 63,687 0000000001d40b62dc804f0f609c83224d230e4e2caeb8dd7e2e4b65b9397ada 0.00 MB 1 0
63,686 63,686 000000000c17fd0e282508f696f5d203429163a3d1170dba41c71e21a7d69125 0.00 MB 1 0
63,685 63,685 0000000009ae6ed1fc7cc2b5cd96caf6025ed301831de5ddeb89f9c6db80f6f8 0.00 MB 1 0
63,684 63,684 000000000369a722106edfc7b19839cd33659571a475442b6b2ecf448049a2da 0.00 MB 1 0
63,683 63,683 0000000005a676c699fe2999ae3a39779bb811bedd98f62db003d7d6732844f3 0.00 MB 1 0
63,682 63,682 0000000008e4d3fc9bfafeeafc7e89293349253cbd8789240a666191b15322ea 0.00 MB 1 0
63,681 63,681 0000000009814c37c17b6e315d4d30fc8c896921b97a48965b9014fbc298eb39 0.00 MB 1 0
63,680 63,680 000000000725bf8eac4a4d465a43ef9465cb83431f6ed46c07012c08873db22c 0.00 MB 1 0
63,679 63,679 00000000086e72c7f8ffea5b2586982fadd06fe15539d97387c6b7c51d9ac043 0.00 MB 4 0
63,678 63,678 00000000069f11ad6002062f26b10df40a59316ff49badd29d7f3ad29cd7dbd3 0.00 MB 1 0
63,677 63,677 000000000844ce0f974100dea2bea458e1b0eec3ef4c1e63658a14ee83553fe0 0.00 MB 1 0
63,676 63,676 000000000189196defe59dc93458a628c09d5d5d47f88b0887ca0578560f4b42 0.00 MB 1 0
63,675 63,675 000000000cf0aa02e5686e1e19a0e69df3b52989b5462bed080103916bd73886 0.00 MB 2 0
63,674 63,674 0000000006e5af450e987bae7d7d661804c71b1ef4741c60cc5fbf0d782f5de4 0.00 MB 1 0
63,673 63,673 0000000000dc5fa30db23c52dadb4afb9fdc722c02c8d4484ee6b8430f122856 0.00 MB 2 0
63,672 63,672 0000000009fb8613b2378262495c29c9fd7b4f6986782d1853f3a0319f26c199 0.00 MB 1 0
63,671 63,671 000000000255668b8d1711f6d0d524bdf099553ded4a3949bce603ee088adcef 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.