Memory Pool Memory Pool Refreshing

7,352 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,291 (899,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,902 8,902 00000000114f8a140d8dc7a809e4862c71e879af8772013b28ec6fa72bf6d7ac 0.00 MB 1 0
8,901 8,901 00000000d44e8ccd202074e7c892d68eb22dbb7e3a2201455cd7c7e428d3c2b6 0.00 MB 1 0
8,900 8,900 00000000f73fe67c4b7c62068e1801cc53d8333f951c14107e70f8179bd51cf7 0.00 MB 1 0
8,899 8,899 00000000c1ce5fe1a2634169b9ad82c5bff5056f4ccd515d79d91a5c46fb199a 0.00 MB 1 0
8,898 8,898 0000000070440a4fd1cd5dbbb22ff9df576f6e457ddee169b99103b696bc4ab4 0.00 MB 1 0
8,897 8,897 0000000097f6a39d0e65f5d3b76083ffabc4312760f5b0d9bb16e72032cc1863 0.00 MB 1 0
8,896 8,896 00000000695bfd635ef616f7784ff80b9458fc2c967008241c356c1aba796fb3 0.00 MB 1 0
8,895 8,895 000000005a0f22af67816e3f62c05e64a7c3a9d451e7aa1312ad896e1c2f82d5 0.00 MB 1 0
8,894 8,894 00000000894a0f79cbdd4d62603732823e5faeadc3d9781255a5f5ab8b667c53 0.00 MB 1 0
8,893 8,893 000000003390d0477a991cda2320081f95bd715186b0eabcff543bce16bf57d6 0.00 MB 1 0
8,892 8,892 00000000579d1b1795feb37dbef421a54714aac6460d74d15ea850bb598c1342 0.00 MB 1 0
8,891 8,891 000000008d533850b2f17cdcd43bff547a01f583f44f38bddfa2e10eab9eec01 0.00 MB 1 0
8,890 8,890 00000000c735d3c3c9a02fba4f4807d696280c3fcb402abd7dce29d95a38f9fb 0.00 MB 1 0
8,889 8,889 00000000a0d1faff6c739a8fe94aa985bab7dd8690bb089ce0952829179bed9e 0.00 MB 1 0
8,888 8,888 00000000483451d1afb0284fbd0873cc5a61989033604a668b45d5d0ad363071 0.00 MB 1 0
8,887 8,887 000000007657ef084521cb7a3fcdaf5f883e558e4c04b06ff1a91b1dc71cc125 0.00 MB 1 0
8,886 8,886 00000000f536d3ac9ccdc9a3535c83ae586413465bc97c35a2b2efb1d2d3abf4 0.00 MB 1 0
8,885 8,885 00000000b3dbdf88bddb931af4df7fa840d5b1d27d8ab66344dbd24cb1660a7c 0.00 MB 1 0
8,884 8,884 0000000057d38f5d7e85f0c42f8d35acd078d686c010bc47053a14db6f38d9db 0.00 MB 1 0
8,883 8,883 00000000dd426cd800359795b7436e80d8098af029a289c3a3edce079bf98cd9 0.00 MB 1 0
8,882 8,882 00000000da6880cf2152b6d7997e8c9dac562fe5bd40544bb7f338057b314cb1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.38 GB sent, 98.33 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.