Memory Pool Memory Pool Refreshing

2,361 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,090 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 2,354 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (753,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,132 154,132 000000000000091d6914acbf3b86f0506ffda07b590da7e60154ff4c80f51528 0.00 MB 10 34
154,131 154,131 0000000000000a3f53c2d9bdcba34c4b6aa9836d3c1b0fd2d16ee11278432962 0.01 MB 10 8
154,130 154,130 0000000000000560c117fa08726cbf82dff2a7fb862f8aabd7d92e4c2943dd17 0.00 MB 11 50
154,129 154,129 000000000000075ff347d1088f605250e01f8efe980c4e4e4f48f0fc3d477ca1 0.02 MB 47 68
154,128 154,128 00000000000007381d7890d7a2855f3c4b26793746df33c9edec1de2882f0354 0.03 MB 94 70
154,127 154,127 00000000000002985401468cb8350326cfccdc2a2c9eb0d461e45ddf0fd78548 0.00 MB 6 891
154,126 154,126 000000000000062c61c6cb42361ce3de6a0921d7cbd6e3b736be00d8cf3af1ad 0.01 MB 9 38
154,125 154,125 00000000000003b0693252eb69bcf738b39559a6de083b954b3c69c9fcef8200 0.01 MB 16 101
154,124 154,124 00000000000002ab47776953eb2229d961ba33ead4d1cebbfc2bef597e72d442 0.00 MB 5 0
154,123 154,123 00000000000004b56eabbb80d562b2dc0ca7810a471f8ee045c650eecaa30bae 0.01 MB 37 381
154,122 154,122 0000000000000d4081ddb3cd57f574cb5ef2c135458d6fef2b45234fcf10c5e2 0.02 MB 63 20
154,121 154,121 0000000000000a7960796bd6e1b473c3fe5274d6bd4c16e7256b67e04457c726 0.04 MB 103 117
154,120 154,120 0000000000000d9cd5eb346d316b7101ed4a4167bd861ca008b25ff8e730978c 0.02 MB 44 43
154,119 154,119 00000000000001d4f416870b35d3d0134fc0c873d9146e3b9fa9c2a107e55426 0.03 MB 28 91
154,118 154,118 00000000000000cfb5d1298adc70212af700186fda24162cd57e1c3c57947a38 0.05 MB 148 142
154,117 154,117 0000000000000328b5a30cc4ea2a3e377939b6c089ab21d9d6cfc671fc6f52c1 0.01 MB 21 95
154,116 154,116 0000000000000ccf2ec980a607d833f1aaefdf678defa3d3f615c2c00079b9c4 0.04 MB 106 72
154,115 154,115 000000000000082b79f92bf8eab2af083fd937deaf0777e3550894c5023d495d 0.00 MB 12 302
154,114 154,114 00000000000000212c6b2474b48bdea239da38d760b28256d81eaf6ccf1f98ec 0.05 MB 146 42
154,113 154,113 0000000000000aaffb56ac247cab6cdc36efa1c830f9599650d14d9f6fe94baa 0.02 MB 68 0
154,112 154,112 0000000000000398daac3acc71a6efc33a6be2d3b118028f8abd646e4216d35e 0.05 MB 79 136
Previous 10 blocks ↓
Total Size: 769.71 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,677.56 GB sent, 96.44 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.