Memory Pool Memory Pool Refreshing

83 transactions (0.02 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,816 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 82 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,815 (855,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
52,891 52,891 0000000012b49e248f9d7fc8547602477f5582ccb1f85fd656e8fe74d0311b36 0.00 MB 3 0
52,890 52,890 000000000d796e8e928b30f5239363c3d9c9674ef8284aefdc14b0b6991516ec 0.00 MB 1 0
52,889 52,889 000000000468f54249b14f1d15731902930c61879bc32284ae37f05ad3cf0031 0.00 MB 1 0
52,888 52,888 000000000300145f93ea73c24e010ebe8b0fb56017d0457ccc87314143304f36 0.00 MB 1 0
52,887 52,887 000000000d5f52aad3b06cade007d36abb6cfcda33cbcdf270fc041d46c3f754 0.00 MB 1 0
52,886 52,886 000000001186b2215032b8ddcb31712843bf0086a7e69293a98f917a64e74f5a 0.00 MB 1 0
52,885 52,885 00000000132c16d6a8f8ca175fea17629d11d42e0e03c1f121000aabb3605166 0.00 MB 1 0
52,884 52,884 0000000001c1fc017a18ad545ab9dd4d53f584912d9aa6e8f4c5200c70dd6624 0.00 MB 1 0
52,883 52,883 000000000393df9e8a50c3c509e911b61c752e589b99fd66d8b50a1bcae466fd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.22 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,857.65 GB sent, 103.14 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.