Memory Pool Memory Pool Refreshing

988 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,017 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 988 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (647,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,878 260,878 0000000000000019ecb64a296adec021c14ce0614add3edd98845f7472a48f78 0.03 MB 71 107
260,877 260,877 00000000000000172fbcad192659b5c4c50d39bbf28a0c70ec13542b64f2194e 0.09 MB 245 129
260,876 260,876 000000000000000af6d565eee7ff8cd4542b9f4ad004f77ec3a58340fcb9752e 0.14 MB 350 122
260,875 260,875 00000000000000091de60c68e64176484a9031dc79b50185532ed83a5fde6bd7 0.06 MB 159 115
260,874 260,874 000000000000000bf48ae301ada8da00ce1246ca86445b792be7b10a98ce4479 0.07 MB 175 91
260,873 260,873 0000000000000009a592d1880dcff8ca4f2d621b5a6019a2c84246b57637c25c 0.11 MB 202 71
260,872 260,872 000000000000001074e551eedf768fc320cbeedc5fc099720608328b696d8a1a 0.21 MB 474 125
260,871 260,871 000000000000001c5bff7286c2c4b67cf4cb2e4e080230e29b6cd7c786272c46 0.06 MB 102 89
260,870 260,870 0000000000000007fb94634816cb29868e25a255321e3228d43420d4f86620f6 0.12 MB 15 3
260,869 260,869 000000000000001a03c02b9ad7e951eb0a1f8c0ec16fcc4184092d7e844e2fa0 0.10 MB 195 108
260,868 260,868 00000000000000189de02e55d24baf83c2b13c7319d0faced3b707a2c1bd2cd1 0.05 MB 61 60
260,867 260,867 0000000000000002f5d0bb124247d1840f67d592ad4f3e578363f2a7301c13f8 0.03 MB 65 86
260,866 260,866 000000000000000d47bc1ad003ea08df60017a17195752e041c2066656ce1e9f 0.13 MB 318 100
260,865 260,865 0000000000000009a6f5fccf6730cc506c61fec7c8697c2b43ec37d0b485d6ca 0.10 MB 240 93
260,864 260,864 0000000000000013439e920777d93ae6841dab1ca484b77eb8571bf0f247676e 0.24 MB 535 127
260,863 260,863 0000000000000010430a2441a6114fa16c32b1787691df34fedb44bf14a68437 0.10 MB 204 100
260,862 260,862 000000000000000c782e43d43465ea0fed8b9455d46ea107b71262519f49a0e8 0.15 MB 352 112
260,861 260,861 000000000000000c4f499b0d153e3aa6d190ca6f06a9c7e9e95447818859708d 0.15 MB 321 103
260,860 260,860 000000000000001032c835fc24eb4f7b4a4870b6a03e470f5f99a05bc6fa12c2 0.10 MB 143 47
260,859 260,859 00000000000000150d3fcb63d3e8623a6713a436e99f2d453fa4a1f2c70cff5f 0.03 MB 64 84
260,858 260,858 000000000000000d23a1eb2938f286f71b2fbe7d0b58292401a653ccad5761e7 0.11 MB 233 112
Previous 10 blocks ↓
Total Size: 769.58 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,650.58 GB sent, 95.81 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.