Memory Pool Memory Pool Refreshing

3,592 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,922 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,657 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (179,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,188 728,188 00000000000000000004254884b5b0be9fd3f97828263525582a8bd3202d882e 1.38 MB 2,841 8
728,187 728,187 0000000000000000000476433931e8bc9ca9ff9f433d319a4bd214b70a02f88d 1.24 MB 2,641 8
728,186 728,186 000000000000000000095d18f5d38b9daeb047001b0401e299beaca7ed6fd060 0.04 MB 39 3
728,185 728,185 00000000000000000007aa17de56ddd30aecf179e769d7705b69e8793002123b 0.21 MB 394 7
728,184 728,184 00000000000000000009ccab90456f8c930554f64a5d9eab4653f6b89dcf0bfb 0.41 MB 583 5
728,183 728,183 00000000000000000008f3908c9945c35658da6224f4b312ada8cdb472b2cc6c 0.52 MB 1,011 8
728,182 728,182 00000000000000000004393540950e11e231b9cdd40e83e38bebc8191d514b4b 0.15 MB 385 8
728,181 728,181 00000000000000000006a30f476e2b82ac7a8a62d0a3f1c7d34f59e609618412 0.43 MB 760 8
728,180 728,180 000000000000000000088a4520ae5079c95402c502ea0b0707bb44a45dd7bc8e 0.12 MB 337 8
728,179 728,179 000000000000000000063b96a0f49fe32d3de5180f465e2a67027546eb54a623 0.96 MB 933 4
728,178 728,178 00000000000000000002a3e876980b5ddcad3c19530e70319895eec30bf802db 1.38 MB 1,170 5
728,177 728,177 00000000000000000000cd5ee60177a4cf287d15a2d224d666a7c028f94a441e 0.66 MB 1,142 7
728,176 728,176 000000000000000000066e956f37009f38ce6fcdcce36b6b40101275b628eb07 0.86 MB 1,504 7
728,175 728,175 000000000000000000061dff58cdbec6a649e7af9d17808f3bbc07a978ecad61 0.17 MB 343 6
728,174 728,174 000000000000000000011020eea1996e1bcfdccbcaa1c87c4bde2e5b97d4608c 0.07 MB 99 8
728,173 728,173 00000000000000000009c10a465eee9e96709a1b7569320162fcbcaa4bc4f462 1.19 MB 1,260 3
728,172 728,172 00000000000000000006b87ce2f237d6c9cb3b4e9e4169459b216797edd0eb0e 1.41 MB 2,495 8
728,171 728,171 000000000000000000022a9969ce386669eaa4da2ced9a2c1aeb70d2d6df8f26 1.45 MB 2,739 7
728,170 728,170 0000000000000000000591e7b55c354e26ddf1a56424cbe862784e9b06c295fb 0.01 MB 25 25
728,169 728,169 000000000000000000091d2f560aef35d790db895080a99bd00b0c43a6065888 0.30 MB 689 7
728,168 728,168 00000000000000000004452041adb589d9b2170dc78e18a723788cf3e57a9657 1.23 MB 488 1
Previous 10 blocks ↓
Total Size: 769.39 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,644.45 GB sent, 94.93 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.