Memory Pool Memory Pool Refreshing

2,710 transactions (0.65 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
909,047 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,705 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,046 (856,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,912 52,912 00000000089e75055a2626e573613d5cfdc8aaecbf0e3f7b1f343fb221078b2f 0.00 MB 1 0
52,911 52,911 000000000156bcb665bfd55b9eac8a14eaf459e9e8cfc54698757eac2fcd3ebe 0.00 MB 2 0
52,910 52,910 00000000047706f278a4dae814c4f38c5d151778e4abd467d41f1ceb8bf5b312 0.00 MB 1 0
52,909 52,909 000000000deb2c28b968c2578be39c155a279b5cf69ed9b9c65953cf9504dd5b 0.00 MB 3 0
52,908 52,908 0000000015a8273d28fd0c402f79a5a52ebe71c92309ee8a51626fcf46e2bd76 0.00 MB 1 0
52,907 52,907 000000000bb82e33af5a23bd13308d944cc26b4a9ea359036b2164f98da5d89d 0.00 MB 1 0
52,906 52,906 0000000014d1df3e4138b949085c98a470e21265bf5331c4931fae583fcf842a 0.00 MB 2 0
52,905 52,905 00000000039d81cad5a578c8e57596713235ddfecfe8de0d13d3e262cca9ab5e 0.00 MB 1 0
52,904 52,904 0000000008b1118c1d5b3203fa824aa542aabcbe7ba5d2ace4c41cd7ed8d96a1 0.00 MB 1 0
52,903 52,903 00000000024295099f50c7287dc8d4f77a41c48e82c5fb6f309c454f6774b938 0.00 MB 2 0
52,902 52,902 000000000ffed63e82c1b77e2b56c667a0408925f4b4a9738a276f576bf6a897 0.00 MB 1 0
52,901 52,901 000000000a984e7ba999687d55eb4ec06e8bf2d1346a0f185437bd18932ccc19 0.00 MB 1 0
52,900 52,900 0000000001d04464215993b0e0023388b2dd996466f1ee85913f72698f98c6e3 0.00 MB 1 0
52,899 52,899 000000000d66c81b55c8f9e1461c0adec1b23b4810887d248dac8879c991dda8 0.00 MB 1 0
52,898 52,898 000000000e2d4f4a5e5290418c5851485fc7717f1b3a10a49c8afa7875e6b62a 0.00 MB 4 0
52,897 52,897 000000000ca77888906eb15968cd2097cc44cb8e92dca708dd4a4ff5b814801e 0.00 MB 1 0
52,896 52,896 000000000f6bbfe6f5254494205a45f9d57a4e18891f291604adb27bced9d30b 0.00 MB 1 0
52,895 52,895 0000000014c4fc83b34ae0eab493f5b4ae122003478a4a6aa7681a1853559192 0.00 MB 1 0
52,894 52,894 000000001592a94313d91915978a614d421064e3193eaa583c721d9b0e6b683a 0.00 MB 1 0
52,893 52,893 00000000096d4b9dfefc5873847036ed1e65ca76d4d9d93eefc4e0282a217037 0.00 MB 1 0
52,892 52,892 000000000244ac4f0812c653b4fb57ca0ccad719432cb2510ddd3015d223944b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.63 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,896.22 GB sent, 105.65 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.