Memory Pool Memory Pool Refreshing

3,878 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,798 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (849,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,161 58,161 00000000081cbb0608e286d09c5e238f4a355e0a8887030ec8171fc66d704203 0.00 MB 1 0
58,160 58,160 00000000048dc7863f9b47fd93b7b8b0d35988da42b88f11c16fb374a6e8e2fb 0.00 MB 1 0
58,159 58,159 000000000dbdc3961b9d54a656aa4406c6cbabb2b4a36fd75f60d5cade6b54b5 0.00 MB 1 0
58,158 58,158 000000000013d62e84a405b1b45ce0d016a05b8cffc2ae2bb01400b708a7a35e 0.00 MB 1 0
58,157 58,157 00000000067d43c823c46f8957db02cd3009ee4468625f9a5eda5a9ce50edaea 0.00 MB 1 0
58,156 58,156 000000000c737b41ed6f16da9ccf7d30166a23738e4eed794164318677679009 0.00 MB 1 0
58,155 58,155 00000000012af49f8e77943362a4bb8032d23d4748557be7f8775e896346d96f 0.00 MB 1 0
58,154 58,154 00000000147f72adf7371697183829b45c7735f263253c962475d9fe67a1f832 0.00 MB 1 0
58,153 58,153 000000001323606c029e05c4559a98b6a4abd34cba102a95db7f4fe2c46fad7e 0.00 MB 1 0
58,152 58,152 000000000183d7444346fb35bd8840a70b906feb912683ec6f8e5010bca4f512 0.00 MB 1 0
58,151 58,151 0000000007a8bdff725575c1fd6ced7068399906ce62330cdb4a5a8238ffb8cb 0.00 MB 1 0
58,150 58,150 0000000010ffd10090ef13d3fb86056f218a02d7e52309f9dc642326e950607c 0.00 MB 1 0
58,149 58,149 000000000ce165eed40efa211fbaea722759f55ced30716521b827a40eca3257 0.00 MB 1 0
58,148 58,148 00000000067617d70a76daf40c4e977ee0ce51f93fb683045bedee5d4912e216 0.00 MB 1 0
58,147 58,147 00000000006003552b0444681963eb8cf42aa48493b6b1eff6e9d677f7979758 0.00 MB 1 0
58,146 58,146 000000000076d96f8e8210975c0f3b33b563be38f75789a844378a76f18482cc 0.00 MB 1 0
58,145 58,145 00000000090d38d60e226fdd067e0432cc4b06c838f7f1d32417f089adf90284 0.00 MB 1 0
58,144 58,144 000000000485112a8bf512868648070ed56b853a937be569fb35ba788e453b4d 0.00 MB 1 0
58,143 58,143 000000000f1847e15f1adcd1ae0ed5cad543eaa09c7a0a7d6834f2525da4ac7d 0.00 MB 1 0
58,142 58,142 0000000014144c39758e016b02689338e6a7cd3f20f3570359ccfbd5a15ae569 0.00 MB 1 0
58,141 58,141 0000000005c945a6c720234118ccc74d8d5808500e1144eb117c76b175141565 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.26 GB sent, 96.60 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.