Memory Pool Memory Pool Refreshing

912 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 884 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (753,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,695 154,695 00000000000000d715a1e4af1f2062d6bc1daa026cd4812656f8dd0d989375fd 0.00 MB 16 327
154,694 154,694 000000000000026ffffa336791a64cbe107bbf72405479feeec3f7d803b20830 0.01 MB 17 212
154,693 154,693 0000000000000d605a824502e313f23ad784f8b4f900066ee37c8aac06f7d6b4 0.02 MB 24 90
154,692 154,692 0000000000000143eeb4f269306d023e6cf9ee7ba02c79d1cccd042d99fba4af 0.01 MB 26 401
154,691 154,691 000000000000044df320f744b2bb1cb4cba34ad6cd82fa1b75d6e434b4003f33 0.00 MB 2 0
154,690 154,690 0000000000000258800011ecbe238a0246ccc7fe9f56779b7a15d29facd0ba07 0.03 MB 87 58
154,689 154,689 000000000000010aba5ef7f88ecf8eed94920d890872d8d572b54e40b8384a67 0.01 MB 18 111
154,688 154,688 000000000000006f596778ef5cbcde4bf8e90745e90aca7c86211ce8a95d2fb6 0.00 MB 8 778
154,687 154,687 00000000000005e061bfa8a8a9424ee6bb587764b7f96c310d7d0a5787f65da0 0.01 MB 23 72
154,686 154,686 00000000000006a1aee2908a73f70325f83a317b1c1f21aaa1a6aeddfe1cdd53 0.00 MB 9 257
154,685 154,685 0000000000000090687b85fb99146e4ef11d08aa02399080828898067f357449 0.01 MB 60 0
154,684 154,684 0000000000000457306a82916352b0267b03c1c4935a900cea537ba3b8867382 0.02 MB 46 70
154,683 154,683 00000000000000103758094704297ed29c51005e131f300c3dea755a6825df47 0.00 MB 6 33
154,682 154,682 00000000000001db95ecc07b0383b61cdf52eb53ac9da85c7e82bf7706fbaa13 0.01 MB 4 0
154,681 154,681 0000000000000045d2ff779a3a0a15b98732a6d06e6937b22f68950c0df1cde3 0.00 MB 5 0
154,680 154,680 000000000000097a9604b63dec4048a57756eb47a9a26125ae119a4f652696e7 0.00 MB 17 11
154,679 154,679 000000000000033d83746351920e85d9d8c408d1ec708c4d1dc51c3ed23a5dfd 0.02 MB 40 126
154,678 154,678 00000000000003ad7f21ac8bc7b6739aa8b7c579d4bba305e726194da62decf6 0.00 MB 10 45
154,677 154,677 00000000000001fa2e1228bde19175fbbf1c6f686161dfd7203e37f2462210fc 0.05 MB 125 80
154,676 154,676 00000000000005138403395e4b12f48ba33eba835dbf1be02179407e358a8158 0.00 MB 6 0
154,675 154,675 00000000000000bca48ee16d5b545b9d0735f354435c0c1ce427bba6d0e6c866 0.00 MB 3 71
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.