Memory Pool Memory Pool Refreshing

8,810 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,156 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (882,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,264 26,264 0000000010d9b773c1debb0df1439d7a274b0aab0fb05ba801a494ab4fbad5a0 0.00 MB 1 0
26,263 26,263 000000008beebb0c17874b22512472ed3fe5a2c5bbe753ba50d3ffbb176f1cc4 0.00 MB 1 0
26,262 26,262 0000000031a1ff39dd31fd68ab6513799b1df61dd91cbf68ab54f3808ad7b147 0.00 MB 1 0
26,261 26,261 00000000c6408d3fe64b1d9aa79d44b17aa458ca74e5c6a600a16ee8c1cd4e9a 0.00 MB 1 0
26,260 26,260 00000000b81559fb0db01e533d357bb16ae3d70ba11c0d89625c45b25720f6b9 0.00 MB 1 0
26,259 26,259 000000008166a1ff5031b773a9643f251d71a20b62984f7dff3cd4f2d1fb719e 0.00 MB 1 0
26,258 26,258 00000000fef32ba2238b78945142541d6d587ffe4884609c89c7e859f94e908a 0.00 MB 1 0
26,257 26,257 0000000066d274a8b411861a1afb9196da84d0c94a7481216bc765a62aeb9a8f 0.00 MB 1 0
26,256 26,256 000000009f211928ff76cd2b57d380485102069a5c56f9132710e1f21fc2a225 0.00 MB 1 0
26,255 26,255 00000000f7ceb35f73ec55005f93fd8458d6709e71de0c3761f919dfa1e69129 0.00 MB 1 0
26,254 26,254 00000000f6669851a9b21a716652bfb7fe4c108b759600b10852459cc983e6b1 0.00 MB 1 0
26,253 26,253 00000000180851f6c05d07b8404566d4d644edaca9991e0ad82bfc2dceeb52f4 0.00 MB 1 0
26,252 26,252 000000002660170bb717ed226825f54d3b9e392c8463ea6dc912514e7e7e4f96 0.00 MB 1 0
26,251 26,251 0000000029c311c2e9c64c78e4f9ea739c5552ebdb91e9eed7dd38ace2e56377 0.00 MB 1 0
26,250 26,250 00000000508651f2e6cb5bc3b63ff6fb6a7f46e7da5e850b3c4797b569154c07 0.00 MB 1 0
26,249 26,249 000000009c7ed7e17e2dd038e4a9e67712eb615080c72d6a794f82be46b2015c 0.00 MB 1 0
26,248 26,248 00000000d9ee739f31257bd63c33dbdce413254335bc957c6437edbc0f2efd80 0.00 MB 1 0
26,247 26,247 000000000bb4b544a3dcb275c26fe5efab08568d8a09b074a51eb97d76a4e418 0.00 MB 1 0
26,246 26,246 0000000033ccc36aaad90040e93280525ea218bd42243ae7e1b13a272961dee9 0.00 MB 1 0
26,245 26,245 00000000a1215a19b782ecf68341ec2bcaa26c7d36ba007f3fd88466f7567fda 0.00 MB 1 0
26,244 26,244 000000006b3bb38ca8a9029ee8bef7f47b93e5cc584abf4b09ccb9ae76a9f7fd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,845.00 GB sent, 100.59 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.