Memory Pool Memory Pool Refreshing

5,140 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,421 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (783,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,828 123,828 00000000000053dc3e3b6a1b84a46ae9f38851546398c58eb1e791be7e99070e 0.01 MB 14 107
123,827 123,827 000000000000114cf404de5f51ada3c8968d031012eb6bda0fb81c9595eae8f9 0.01 MB 9 396
123,826 123,826 0000000000003e63eb743f4eac3fe3c1bd2731e637fac7f50873394552b22ac5 0.00 MB 5 0
123,825 123,825 0000000000003442ef79ea9c9991b1160defc9ea6fea087499430e1ea189c274 0.00 MB 12 280
123,824 123,824 000000000000239b0e0010c6c995523ec4e5445736c6e2689e80f0a8d9725edc 0.00 MB 11 385
123,823 123,823 00000000000022fb19e5418ea3472a7e47b660c56d854c6901287c3a8754bf5b 0.00 MB 1 0
123,822 123,822 000000000000281d0d1318901063eed3c9ea8cb1b7ba5f87214b4b273848f886 0.00 MB 9 324
123,821 123,821 000000000000179f9041b094c793547ae0738137f87de55d6e14f4ae7cffae39 0.00 MB 1 0
123,820 123,820 0000000000003805a3ad0014559b345580ecc4cc80b9a620c61ea9181622ca1c 0.02 MB 64 1,843
123,819 123,819 0000000000000bbe622fb8e54fd2532ef8706d3e4d72db9c0099885be21d5b59 0.00 MB 10 2,707
123,818 123,818 000000000000678c642dde27be1503dae6c540a0816e336be787401ea628d2a1 0.00 MB 7 523
123,817 123,817 00000000000068b572b54df5f566bbf167a15f88b24086f9128e8bbef1efa8eb 0.00 MB 13 0
123,816 123,816 0000000000000e40535127c6b715b6878fb1afe51fedc90b7ae86a8345c72d21 0.00 MB 16 211
123,815 123,815 000000000000231ba0a918cb58c6383e0fcddbd65f8a2175a6dfe56324a34698 0.00 MB 4 3,264
123,814 123,814 0000000000004224700fff31312478543f91e3cb0e0500a4bd8e635f7068c3de 0.00 MB 17 1,609
123,813 123,813 0000000000005d3b8ea0f231c6f8c6279498c0426c4f557f829dc0ed0bb2c98d 0.01 MB 30 217
123,812 123,812 00000000000055f420d0a3f34eaca506211607732862d75628cbc87c9927b8fa 0.00 MB 8 0
123,811 123,811 0000000000000be32f2cf60bee5b7ef750127aa50a703d7fb0fe2e6a2e8ef7a6 0.02 MB 20 652
123,810 123,810 0000000000001d9f2208d9091f53cd9e0bfdffbb2b4e534e34e5cfaea77816f3 0.02 MB 44 322
123,809 123,809 00000000000030c43b55abc1b2f3a97c1c53c8e47caf248fef138b6571ef64ea 0.00 MB 5 1,162
123,808 123,808 0000000000004cf859b8433e5c4f2e096a7f92dfd9b2391e59e1cbad07a17f22 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.33 GB sent, 93.98 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.