Memory Pool Memory Pool Refreshing

2,286 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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.60 vMB 2,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (892,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,602 16,602 00000000f9f169beee9a66460ca15874eee78557fb3f06a285af4492dc144a01 0.00 MB 1 0
16,601 16,601 00000000ec2c48646e356109fd8006b7e7d0c4eca6357b80d7264048808331c8 0.00 MB 1 0
16,600 16,600 000000001f61302529a5be46e3591abe65d7ee4be6043cfc13ee80e24630023e 0.00 MB 1 0
16,599 16,599 00000000d34611e1df49c734a6097ee5154b7931045d10f2babcfda1db0c42ae 0.00 MB 1 0
16,598 16,598 00000000850d4f94de869c2fdcbabafdadd102153d3dc164e101ab2dc84a2bfe 0.00 MB 1 0
16,597 16,597 00000000828e01cae56e79f62b9f021339589f09cbcaaf4b7c0a46845a676d74 0.00 MB 1 0
16,596 16,596 00000000241e03c0aede3039b2d1bd8ee931a971e61e9da8c6e23cf3896145f1 0.00 MB 1 0
16,595 16,595 0000000087eed5a2cb6dfd13f025c276705a0e1df744ae277b09d7c62d9a44b9 0.00 MB 1 0
16,594 16,594 0000000065cee4c177559fedb2d7881c6b9e8eb39d5e82b29284d589b8f38bc8 0.00 MB 1 0
16,593 16,593 0000000054f25514307cd1ffb5c5843a788cc144ef51ba2ac1cd29bc659bd708 0.00 MB 1 0
16,592 16,592 0000000058fcbaf4726da493b9bdf47bc0be2b1f224f31e01341eeb576c8acd6 0.00 MB 1 0
16,591 16,591 0000000038b8fb10f5e6a0ff451d4ef4ba871fbcb7eb925f3e59c394e37cffb0 0.00 MB 1 0
16,590 16,590 000000004962cff290b408151f79dbe230d6081037bcf696a6bdaafa531b47e4 0.00 MB 1 0
16,589 16,589 0000000060fd8cc778aa136d8cef0601567ae3badd4fec12a7f1569d510fdfc8 0.00 MB 1 0
16,588 16,588 00000000e7d7fa57b59184cc635db8a1e96738ecd110ac54e5d422e954f225b0 0.00 MB 1 0
16,587 16,587 000000004a6375d83bb252d5458aecdafde944f432bfcbf5a91fe604b8160cca 0.00 MB 1 0
16,586 16,586 0000000031cccdb13eae2e6e98ea8a3b61299a48926510b0aa6d9902cd0dc71d 0.00 MB 1 0
16,585 16,585 000000003d69566cac388cabca49938a1601504a68b086df7ddbc2c44145ad99 0.00 MB 1 0
16,584 16,584 0000000039be3ca2c321599d7ff4e8b42fb2eb22908aff0def8f7d952284799f 0.00 MB 1 0
16,583 16,583 000000008a7f16b8c360d0566c26d5e1682a922c0283a156cc757b86b54b0195 0.00 MB 1 0
16,582 16,582 00000000392b3ab81154ae11ebc4e4d938e148f3f1da76d0c776678e14a96cc0 0.00 MB 1 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.81 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.