Memory Pool Memory Pool Refreshing

6,189 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,924 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (648,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,029 259,029 00000000000000201f990ef8d9e7bb3efe7757d0cfe8bfd84043da5a417de711 0.17 MB 248 74
259,028 259,028 0000000000000024795f3f48ae2a8fa75d829c7549025151c6303b899463dadb 0.03 MB 64 10
259,027 259,027 0000000000000006aee6113bb1be53e8407cec0b16715ba0d2e5c2ee8270e55c 0.24 MB 531 112
259,026 259,026 000000000000000ce33503eb557f6b92640347730ba38ac60c3df5768b000959 0.24 MB 622 115
259,025 259,025 00000000000000261c19d2ec986d7776b9cdf874913b677fb0514b0d3c8762b4 0.17 MB 400 109
259,024 259,024 000000000000000b15112f2aed40952a1d008cfcb6c127533b8f5383445cd768 0.02 MB 58 70
259,023 259,023 00000000000000004a72801fbc86e24258187ec38840a8832d0675bf2cb7d5fc 0.50 MB 1,331 122
259,022 259,022 00000000000000119ba7450709a6a480dfef807526b63277d54b69996843db0d 0.03 MB 65 51
259,021 259,021 00000000000000048c04f7eedab0d9920839bd71fbdbd0f75548c1e7753abd02 0.04 MB 106 142
259,020 259,020 000000000000000ab5c7eb252af7701700b0ca98936d2960133f69081ce18abc 0.16 MB 245 48
259,019 259,019 000000000000000c70e2a0075646af533294b2eab28a8169a6e324fd57f24f01 0.25 MB 690 148
259,018 259,018 00000000000000066b1521d07be093922fd4a185b3c9aa6dbba7d4c443fd328c 0.25 MB 620 112
259,017 259,017 000000000000002176ee01d4159cc49023616e3e556caef65c913eea2bd311b6 0.15 MB 512 264
259,016 259,016 000000000000000df77264e3aa309232fffcba96a2ab68268f42f8df1938d381 0.29 MB 770 137
259,015 259,015 0000000000000018d5d673de4f092613357e7f27035b2c60f4f8a39c854d4def 0.01 MB 29 93
259,014 259,014 00000000000000099ca4a443a569b777734c459c71f1f0c007db13eb9adfce9c 0.23 MB 568 107
259,013 259,013 0000000000000004dc3a6711aec79bfc3f55db28c34c282863358b9dcb79c1cc 0.05 MB 128 174
259,012 259,012 000000000000000ce05389b81784154e854aa591f762f100b72e5b49feed2d3b 0.20 MB 543 132
259,011 259,011 00000000000000137c080c0bf3777f8980e053048869eeb2b28e84a2afbadeed 0.18 MB 467 144
259,010 259,010 00000000000000135e7426f5eea2d59e069c8d010cea27e56d59508d9862a069 0.03 MB 65 75
259,009 259,009 000000000000001af1d553d5f9ecd33e8e26680d51bcd5567099800ad4a07f68 0.00 MB 10 144
Previous 10 blocks ↓
Total Size: 769.23 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.72 GB sent, 94.06 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.