Memory Pool Memory Pool Refreshing

14,291 transactions
4.54 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,168 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (714,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,387 193,387 0000000000000025d0c87bca941797d7704e09b68ac731e1579b61c133768d6b 0.20 MB 512 155
193,386 193,386 00000000000003237442bbb38b3f573855ec3691b8af103257e47dbec1cfb461 0.05 MB 149 110
193,385 193,385 00000000000003f930e572e5ed6ccd15d9c09b9bb2792702e205288dcb78ff0e 0.25 MB 322 96
193,384 193,384 000000000000016c3a71f80337aadb1d13b24b0235ab2643f0f93f7e156018b7 0.25 MB 687 155
193,383 193,383 000000000000077f90f109d77d01c1c7182ae85071cca042c622ae1336b17167 0.05 MB 140 85
193,382 193,382 0000000000000073f0e13af02bebfa53a22574b032df613a0b7fe4ad5b824ee2 0.12 MB 337 156
193,381 193,381 00000000000003f692eb9d9b4ecca45f5a6c033fc6d99610afaa65d33e424117 0.02 MB 61 123
193,380 193,380 0000000000000774cd7a5da9bafff48997dab28862d7b0332e3e91733710f382 0.05 MB 122 137
193,379 193,379 000000000000017f0e3493a195c1e3339651fa6492524d16e6503ba1779683a4 0.04 MB 138 104
193,378 193,378 00000000000007584c6fa4d7431270794963af4b4f11a1a9b52ae3322ddd12b8 0.02 MB 36 98
193,377 193,377 0000000000000262358a54b421e00395c9df83300249476fc969e57a064157a0 0.01 MB 31 104
193,376 193,376 0000000000000171eb47ff48c4ceda0ccd95253ca52ce522ea295364e1f8baf9 0.04 MB 141 150
193,375 193,375 0000000000000004520e512d2089ef5afed6e800b9047fec54f37d9d3c44c832 0.02 MB 60 110
193,374 193,374 00000000000004feec624d4d403931627d04ed0ccde90a4104080333dfabcca1 0.00 MB 16 183
193,373 193,373 00000000000004c525a0fa14d59f9c024de8c6e9ba4772793be366271ca201f9 0.03 MB 100 114
193,372 193,372 00000000000001017f84ce84ecc2bee51dc76a0c9071771189b040150edcbd1c 0.03 MB 100 151
193,371 193,371 0000000000000396aa88a803e502588a18ee1c4334dee8b02162c76cd40b11ec 0.03 MB 87 194
193,370 193,370 000000000000032473a4c2789dd813a3f0cb680c3f28553bc3d21f87d091f440 0.06 MB 135 134
193,369 193,369 00000000000001c856b76d6f1d7b19a484671636fc9701d030cee470c726da7c 0.01 MB 32 161
193,368 193,368 000000000000075e386d6b033868fb4dea561c2e3b1794deb81b5ad0c477b75b 0.10 MB 246 128
193,367 193,367 000000000000082b930ba44228a37da9be915aded0fc7c512397d755cf8d3096 0.01 MB 47 5
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.