Memory Pool Memory Pool Refreshing

1,215 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,171 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (709,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,903 197,903 0000000000000151fa6f097bea2eea394ca838b751349b7bf57411c6a1567a8f 0.01 MB 39 202
197,902 197,902 000000000000007dd35f1126ee1086be72c93c7ca0695a076eb0c4e74d0865ca 0.12 MB 267 105
197,901 197,901 00000000000005389350dec624c122479bbdd1884501080b5dde24aaa39e25a0 0.05 MB 29 70
197,900 197,900 000000000000054e8c833f882ac511d6a43afd5ef10d914d617f39dfdc6e5b4d 0.09 MB 213 210
197,899 197,899 0000000000000080abf95600923008d95a3247a2cde480a26e002ceb0bcb47c0 0.10 MB 199 136
197,898 197,898 0000000000000434185a2ebcdfc5f48d974c061555a1568884afa04bf680c5d4 0.03 MB 66 99
197,897 197,897 00000000000002cf9c462d34552deb5172b2712d6fe14b4e2bde1d25950ee945 0.26 MB 512 105
197,896 197,896 000000000000029f2c7bd56c0cbabf392945ed33f10ff51a3750a06ab6769d80 0.20 MB 497 152
197,895 197,895 00000000000001e678487963602c58804be4f05907af6f1420b59ef59b640482 0.05 MB 123 190
197,894 197,894 000000000000062eecf18e687feeeefe64c240881c97d4922f7f87c80a812ecf 0.12 MB 284 246
197,893 197,893 00000000000002027e48332c42c5d3d3caf9ee2c06601476ad971033446935f9 0.09 MB 232 316
197,892 197,892 00000000000000a06aa168cdc6efe2de30edd4326692bb1759360809a1cc15ca 0.06 MB 64 63
197,891 197,891 00000000000003e5ef5849150519cfd46f49ecf5e4fc259dd86d81acf2ca7d22 0.14 MB 379 198
197,890 197,890 000000000000046a3cee97359f4a2c1083c01bb521b9210937e2a6ab61bdf737 0.05 MB 111 214
197,889 197,889 00000000000001a6d26cc3784f73f98052285df34e8d4f84d30da5150759e463 0.03 MB 62 146
197,888 197,888 000000000000002a064f1aa04b0756b747b7863c4ff031be9aaf52206a165446 0.02 MB 47 187
197,887 197,887 00000000000002c457617bc52752f9fbf65b02f380111f6a98c57b67ef63be88 0.02 MB 79 37
197,886 197,886 00000000000005e54a0ed2e42193419acf0b0ac10a3e9a84d737db3a5ca6a0eb 0.17 MB 316 79
197,885 197,885 000000000000055e89d907eeaa724d00243fe9169710a78dd76db87bf04ac5c7 0.08 MB 202 138
197,884 197,884 000000000000036b0687c15229f7c337265f2154c6ece7a1fde625f97c260ebf 0.13 MB 37 184
197,883 197,883 0000000000000153db78e8bf421bec4c4321b00be84d22cfbbf016b2bdfd7c86 0.25 MB 724 185
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.77 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.