Memory Pool Memory Pool Refreshing

2,215 transactions (0.74 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,853 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,852 (840,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,975 67,975 00000000044b021e6833fb5daaa5ee9a63cd5b43fa942d457e79a1b55207e4c9 0.01 MB 4 0
67,974 67,974 00000000028deb04e13b6f904028de332b66bc93d6e5d1c27bad632590240e84 0.00 MB 1 0
67,973 67,973 00000000002751082c65224bf083999799a1ef37a443c3b1223e0a71f39df91c 0.00 MB 4 3,875
67,972 67,972 0000000002a79f06b4d809c4649396e9562772766df167391e7530fc4cec3b31 0.00 MB 3 0
67,971 67,971 0000000002130757bc493c9339f120550ed425986a1b294221c8bc0344e56d78 0.00 MB 1 0
67,970 67,970 000000000544f3e97f6305a534c6349b093101f0435e9c0df19b21ef08944830 0.00 MB 1 0
67,969 67,969 0000000000a104769d935cb63509b3f5c26501a70d36ce8afb3dd77c7e93a632 0.00 MB 4 0
67,968 67,968 0000000001e41c584eac45ab5714daa1f65ff0e22ff33f3708c7c31f7a40a2db 0.00 MB 1 0
67,967 67,967 00000000025ea30533260f8f2b31f58e5f77ee98f78701ab10e267b59bfd025f 0.00 MB 6 0
67,966 67,966 00000000058f2fcb105a142546e53cec3b698bd7865c33e988e059f3f34144e8 0.00 MB 2 0
67,965 67,965 00000000039a6d905c53da497dd19850f5862cd4f7db5b861cea5ac077f4b284 0.00 MB 1 0
67,964 67,964 0000000003d9ea24acb9f0040da4d83a8b6fc12d33a6fa76c9d7d77269db90e0 0.00 MB 3 0
67,963 67,963 0000000002b4966f449751fce7f0d969e36a6aa0996372b291dc2f97924240a5 0.00 MB 1 0
67,962 67,962 00000000051e12fa0b201db6165b2bb8e47d8d206d6d0c549a6264af5e2a83c8 0.00 MB 5 0
67,961 67,961 00000000020f92460b45555e481995279e388608df4e6c66111fe3495536c717 0.00 MB 1 0
67,960 67,960 0000000000e46e9d011a585c224303025ae70ca5c8d4c520f5934e00e3b60952 0.00 MB 2 0
67,959 67,959 00000000039c3d2fa921c4707d757225e5a6d08252f685006ac99cc1c6aca222 0.00 MB 1 0
67,958 67,958 000000000172478fafed8a99f116b07eb78051358fcf572ef58777a55d9d14e8 0.00 MB 1 0
67,957 67,957 0000000002b6d1b8035bed2d0f08cb1885fe4bf8f6f487e5063e06d45d73d225 0.00 MB 5 2,008
67,956 67,956 0000000002302aadbd27a6c54884e33a362c4f45cbb67fc808ee5b4432ba37cc 0.00 MB 2 0
67,955 67,955 0000000003342548e53f3bfc9d454fd4b6a63fa116d92ad72fa875e91e7740f5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 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,859.82 GB sent, 103.49 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.