Memory Pool Memory Pool Refreshing

8,575 transactions (3.74 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,887 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,886 (827,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,908 80,908 0000000000002cc50e23221691f439c2d3676b43a2cf2401cee7412ab980f986 0.00 MB 1 0
80,907 80,907 00000000002f32c3595bfe1f59d2715e1c3d942833033e381f7b5150ad6adb2a 0.00 MB 2 0
80,906 80,906 000000000017c8d484c817c3b9cf629620974c06b86ec8aea603928a04de3ff5 0.00 MB 2 0
80,905 80,905 0000000000053a56ee74d88071090670c949fb5139d786e78a5220ffd5c408c5 0.00 MB 3 0
80,904 80,904 00000000003d4b40208f55d99f8d62c939df0d903e5e241c3856cae297c056e2 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 771.34 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.03 GB sent, 103.90 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.