Memory Pool Memory Pool Refreshing

4,278 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,673 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,721 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,672 (41,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,971 865,971 00000000000000000000124d0c537b45738b0573facc0da0e5f6ee1c00a1ae8a 1.47 MB 6,706 217
865,970 865,970 000000000000000000021f4ffcf8b361cd6a82f1698bdd8090879ded8892643d 1.45 MB 6,555 242
865,969 865,969 00000000000000000000f44405b7ed7c0f7c20c2755982f1bf4dfa71df06e67e 1.42 MB 6,071 260
865,968 865,968 000000000000000000018c8b438bcb8adf73f9cf24a1b490f5a2ae8ad89c0197 1.50 MB 6,354 194
865,967 865,967 000000000000000000006f1c5963fd37357bf796f30ce45a2135b7e51b2a259e 1.45 MB 6,269 246
865,966 865,966 00000000000000000001cef1770a3f9f257a3694cf278e943924725f77260104 1.41 MB 6,051 267
865,965 865,965 000000000000000000001637331d14a671363491d27e0e13195adecf5381470d 1.47 MB 6,578 173
865,964 865,964 000000000000000000017e65ac1f48606a4689188e53dc8b44ca295de3eb5760 1.45 MB 6,462 227
865,963 865,963 000000000000000000005b9c2c34f507e505f5aa7205db7db7ee2ca9894567f9 1.48 MB 6,540 271
865,962 865,962 00000000000000000002926a9eeba70b25d1578baff79092be77f062c3d10a4f 1.44 MB 6,400 346
865,961 865,961 00000000000000000001687a648d1b37d1fd876c8d2f5e42c74a34d91bc531cb 1.33 MB 4,793 411
865,960 865,960 00000000000000000000a50e24a56f17a12f7f35198e20ac49f581866bdf3d13 1.50 MB 6,731 93
865,959 865,959 00000000000000000001f94e57dcb5bca146da4c14fcb9d014845c796976c0bc 1.43 MB 7,171 60
865,958 865,958 00000000000000000001794432c5fd75db7789ebd3f7c6044e3210acd31d2288 1.49 MB 6,505 37
865,957 865,957 00000000000000000000e5a31487d124858cc7bc9b0e31ac95c35e5cbf45146f 1.47 MB 6,721 19
865,956 865,956 000000000000000000026a54ca12f86f5ec2d223c4866d9453d015c8de41502f 1.57 MB 6,003 15
865,955 865,955 0000000000000000000111800cced69dfbfb67852619f55ba05d85b694f5a9b7 1.55 MB 4,913 25
865,954 865,954 00000000000000000001809184c5486bd61ae396c498694c3ee9f69215f94b96 1.72 MB 3,369 11
865,953 865,953 000000000000000000015a4606af271e9dc17d64b8b995513b6b9bab51aa8023 1.34 MB 1,863 11
865,952 865,952 00000000000000000000f255d99b570e3b3904a01fffbad74ea9c7dce583f98e 1.59 MB 3,234 18
865,951 865,951 00000000000000000000fd1e59cdb6286afea046051e846beb7ba53710a05e16 1.58 MB 4,152 16
Previous 10 blocks ↓
Total Size: 768.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,604.07 GB sent, 92.43 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.