Memory Pool Memory Pool Refreshing

19,768 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (580,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,873 326,873 0000000000000000193770f423f5f37c516e81ffb5a521eab347443fab2af2ef 0.16 MB 282 29
326,872 326,872 000000000000000006cded00152d5d5e7fbe72d9f66cd49385d967e4665aa23c 0.10 MB 236 34
326,871 326,871 0000000000000000190d478ca6202154ab02ba771944fed686c8fb221a1e4af4 0.14 MB 357 31
326,870 326,870 000000000000000012c6876c494e2372a919c50d8314840722d40ea4aed291b4 0.07 MB 117 24
326,869 326,869 0000000000000000146ef33a4e4d0551a6d1307e382925fb4f02ad87404c8a15 0.23 MB 443 29
326,868 326,868 00000000000000000e3e476841a7abcad3e87c0489060124ca88ec65fba33598 0.28 MB 570 30
326,867 326,867 00000000000000001a1ea570fa8d3085d8e39d4e59a0a71e59006256d521082d 0.02 MB 33 14
326,866 326,866 00000000000000000323b2d20358ba65d49c6db55bd974d855a3f1349e43c53b 0.01 MB 34 31
326,865 326,865 000000000000000006c238339b6aa7c17909c723596cc855990423edafc203bb 0.08 MB 194 34
326,864 326,864 00000000000000000e8040a14ac3428ae1b27f31b917b620b28974694d429aa5 0.05 MB 107 30
326,863 326,863 0000000000000000119bccd5ef88a44b99409c405c8bd1f6eaf62e731ec02c80 0.10 MB 153 12
326,862 326,862 00000000000000000d4d340dbda8d0f3435da571a1b4b0108f75c6c34b2fbcad 0.29 MB 266 16
326,861 326,861 00000000000000000345533e00b2d94f5a419c30c4db3ae9a8e548886f6d0093 0.75 MB 784 20
326,860 326,860 0000000000000000105cd9e15aacd4335e72806e1b82a0479db870d835c9440f 0.75 MB 1,934 37
326,859 326,859 0000000000000000035302365cc808d0763aee00615ea1a42ed9fd209eebb3c9 0.11 MB 135 18
326,858 326,858 000000000000000013253e5aaeefc9c839b4827e7b0e0676bc4256aa5a559049 0.31 MB 239 12
326,857 326,857 00000000000000000e10d5f4a86209aed993d49c484df91d004960945b5c964c 0.10 MB 205 26
326,856 326,856 00000000000000000b5c927381888a33fff311ff1c2d5ade98307d7535a4c015 0.02 MB 23 11
326,855 326,855 0000000000000000166028d79e2c13ee89073f43e403c0b08eae21016cfeb8e4 0.19 MB 299 27
326,854 326,854 0000000000000000005a136dccc764c5b55647267c2be864031e547791e42e57 0.05 MB 104 4
326,853 326,853 0000000000000000069dba7dd9058e7ec983368533a6e71b169f28f7f3bbe48e 0.60 MB 546 18
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.