Memory Pool Memory Pool Refreshing

34,847 transactions (11.01 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 6 sats/vbyte = (4 blocks)
  • 11 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,905 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,479 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,904 (828,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,903 80,903 000000000027e41183479f5c4f1225912de8ef41fc2ee5593f4b4a4ef08f5a57 0.00 MB 1 0
80,902 80,902 00000000001c0a0f2bbb2b85de7e6e514fb5af0712f72a08295c6d828e1094af 0.00 MB 1 0
80,901 80,901 00000000000f4a4fcd7b0456369e4ca117c4bae1bed1bedca059b7921d69d4aa 0.00 MB 1 0
80,900 80,900 00000000002e8de626dcecfddfe1c6d3a627b519f35a1a14cc6f5e3758e52037 0.00 MB 3 0
80,899 80,899 00000000002933b1f6a29be7bb9f176c4e0d76dfc1227633e4ae95b15a552fb5 0.00 MB 1 0
80,898 80,898 000000000003642fc326cb43e4c4aabef42789dc3948fcebd5ecf639383d1630 0.00 MB 2 0
80,897 80,897 00000000001efb2487702fc68188fd5df85263e0336fd6b33e1bb0bae9bce6de 0.00 MB 1 0
80,896 80,896 00000000002be26a6b57862c67c555ca72c4ff4bbccce8ee29aa6a5baefa341a 0.00 MB 4 0
80,895 80,895 00000000001d388937846e197d13986a84b35aa43cc3c9ffb227217ae998c114 0.00 MB 4 0
80,894 80,894 000000000043d6a8b04bd20301869d90d2ab1c0ca1e0bdb8368ea7fd3aab2ce5 0.00 MB 1 0
80,893 80,893 00000000000b1d76980b81c0dac628dae328cfbb5879e9b51e6ab4e5d82b9fbb 0.00 MB 2 0
80,892 80,892 0000000000203198e65a4115d4979056d125dd915646fe010b774683c70ee283 0.00 MB 2 0
80,891 80,891 0000000000431b33cfea62420208905738bbb385fbc520f0e2b2fe278bab1664 0.00 MB 4 0
80,890 80,890 0000000000441f97ff8bb1c5b2f6aa15af71904b27c4c47a420a3657d94533e2 0.00 MB 7 0
80,889 80,889 00000000003b0af1b8d94dbba521e927b4937002f53176f82cd86b2d7fc4260a 0.00 MB 1 0
80,888 80,888 00000000004371d4a5d7ebd4180e30fbb5ffb5fd08745ba4d0bc1b1cd0b59037 0.00 MB 2 0
80,887 80,887 000000000029a801108d77a0cfac41e89bf172651fa7a8400ba2429ddae1d3d6 0.00 MB 2 0
80,886 80,886 00000000002b22baed1e959351429c3b86e41d7735a1a8805196b752868cb4bb 0.00 MB 1 0
80,885 80,885 00000000000bba97970b3dbde17420f0bd510103bb16a57d4b64163518893233 0.00 MB 2 0
80,884 80,884 00000000001c283e97e4760e6acf7e4c0390178d7b77bd5bea52385959f2a75f 0.00 MB 1 0
80,883 80,883 00000000000bf5c57954473ebd52a510c3df76663afb6d58119cc44c43f17fc5 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.37 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,863.82 GB sent, 104.25 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.