Memory Pool Memory Pool Refreshing

1,491 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,815 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 210 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,814 (786,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,955 120,955 00000000000096954f1ea00788a00fd1263b9699f9baa3b6ffaf5a44b9e6e892 0.00 MB 8 0
120,954 120,954 00000000000066f10dd6f10f890f511eb86f61f15dbdb2945a6ab3b7b894f811 0.00 MB 8 622
120,953 120,953 0000000000001e163570aa00712337aeccd4e4cc6d721d46412bdbab40d4f2f5 0.00 MB 13 596
120,952 120,952 0000000000000e0365819cafabe8dee9c85959f911546382503ce3e108fbe9f3 0.02 MB 62 336
120,951 120,951 00000000000095c349dd239d1b2129d57c3323affd8f0604fd5945b6bb94974c 0.00 MB 12 0
120,950 120,950 00000000000067e5370cbdc09ed3b6d07656f697e0551b11fb983b2cb7878121 0.01 MB 25 2,533
120,949 120,949 00000000000046bc557910c589a83e6117763ee3aae6a1a83df646e72d37235b 0.00 MB 12 573
120,948 120,948 0000000000000fa04c2783eaefd10bcde5917ef54dd6ca628886711c4b0aa805 0.01 MB 34 910
120,947 120,947 000000000000b50ad67288000882c78a19c6d237520c6975e7b048d331d678b3 0.01 MB 17 757
120,946 120,946 0000000000007425ae5ed2957026812f654b9a431cdac9b349b812b964ff6f1a 0.00 MB 10 1,788
120,945 120,945 000000000000a2c8f100a28745fe76f8a1e70f753d3301c5dbb50becef0884e2 0.03 MB 97 86
120,944 120,944 000000000000ad8259a2a50e456c5af3cab76906e338a062a245d934585b548b 0.01 MB 20 704
120,943 120,943 0000000000000ba80470c0420793db59ace3d4428c71e84b3ad9d351c5c0dc3a 0.01 MB 33 1,768
120,942 120,942 00000000000038128f013486d0654d304c6c1934e613336f38879e0fe42dea94 0.01 MB 16 197
120,941 120,941 000000000000676c8fda22d1fa9d4e89361045dbdd5a136a5ff79577e4f1d350 0.00 MB 11 968
120,940 120,940 0000000000001734d7eda67ca7c38acef939e68433fbe04d7c1d1b98c3090752 0.00 MB 10 1,253
120,939 120,939 000000000000922ffbbb889287edc43e0e7dade424c88c2f0623165a793af23f 0.01 MB 23 2,278
120,938 120,938 000000000000476e861117a3a9c2fd4de1765ad93e120325749c15b9ecef4ced 0.04 MB 105 663
120,937 120,937 00000000000027770e4420583cb12841c6060079be6c83a27924a6753c98f5bb 0.01 MB 34 1,468
120,936 120,936 000000000000a86c8d68663f2de1c56f2cf75f1c90fd53c430a38ec77f0cdafc 0.00 MB 11 697
120,935 120,935 00000000000078e519c27a1bbb912eb39bc18aea374438960873611de1935d2e 0.02 MB 21 868
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.