Memory Pool Memory Pool Refreshing

2,990 transactions
0.91 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,984 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (684,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,123 223,123 00000000000003648ee94176d04f57938b1c31dfdc979a78f53b57491adf2458 0.13 MB 258 166
223,122 223,122 000000000000021670f1677daa25c7e92b3830eeba9ca6c0fc0d738508668f21 0.03 MB 76 143
223,121 223,121 000000000000037b75bee8c5aad4d47e4675e28f457f5d29180c63393110f401 0.14 MB 141 87
223,120 223,120 0000000000000143c18d3959a654e018f6e1295fcb7e9d9aa10c6b1ffd27dfaa 0.25 MB 631 192
223,119 223,119 000000000000026ecb3e7b5bf32c851da26953be5e72e56556096d7c8d872609 0.05 MB 115 107
223,118 223,118 000000000000012cc8921b06516cff1859eab9d873fea1219bb05d8f2865153c 0.00 MB 7 1,538
223,117 223,117 00000000000003cbd6633f22885df754b043bf3be05cfdf0e0f997a69f0ad139 0.06 MB 148 184
223,116 223,116 0000000000000284c4b48a71d3eb0e1e69497c51fc2325ae4922e06230b7fc86 0.09 MB 170 162
223,115 223,115 000000000000008e9d2e9c0c809da22f154e6d426517439946143e0e9c43ed7d 0.05 MB 136 140
223,114 223,114 000000000000003fa1ed1181575a66bdc76bd21ca1549f31c0b52fe96c422ffa 0.23 MB 527 193
223,113 223,113 00000000000002b34801f9a20265d32d461f0831bf16b81fee72438bd5a94d7e 0.00 MB 11 221
223,112 223,112 00000000000003abcf00a3bae147a499512a6b8f7bebb5774646377342154f70 0.25 MB 589 168
223,111 223,111 00000000000003b2dbb291810dd3ac41a7f0db5d9dac898b1f8b5182e931d509 0.30 MB 708 235
223,110 223,110 0000000000000034bd0119f483efeecd50d9642638f28f9914b129879a147653 0.24 MB 542 186
223,109 223,109 00000000000003537e4d715a73dcb37fee80fd558a680670cf87db2d1ac76cee 0.02 MB 43 126
223,108 223,108 00000000000003c53ed66e80116ddeb8041c4df75f228e7f82a9fb9f04c322ec 0.17 MB 403 155
223,107 223,107 0000000000000304a84b112c5f83dca4a8617641e87ccfbe8a6d441a66ff6bfe 0.29 MB 675 218
223,106 223,106 0000000000000304284b5901db78b4c81bdb2ab7dbb83e689ad5ee5898a9b9fc 0.04 MB 128 185
223,105 223,105 0000000000000193836ac5a8a52283da9cfaa8f258b66f7fb65231717b568b87 0.26 MB 699 232
223,104 223,104 00000000000000d173d1b9daf26dda8afbc7d12ba7ba1a8919ecb907a8efefd6 0.05 MB 136 197
223,103 223,103 000000000000017c366ab5dcdbb7d8ccf28a8c170d8608c67ae3533346c87a7e 0.14 MB 296 162
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.