Memory Pool Memory Pool Refreshing

3,432 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,849 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (686,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,825 221,825 000000000000039e9d4d18c60f7300975a1d00fa8c6f4751968e55b9792c88b5 0.01 MB 37 191
221,824 221,824 00000000000001b3d92df0fb63abc800b9c6e8350243929bea35d2dfe4adb553 0.05 MB 87 140
221,823 221,823 000000000000010b5bc566f77cdf35a916737990014dcb0d67d424f62512cf40 0.14 MB 346 225
221,822 221,822 0000000000000334fc9ad01f3b685c3396c1cad6e9e2328f63f2981a544de711 0.02 MB 37 124
221,821 221,821 00000000000000e8a94dbaa88d3dc01d96a70c6f8c662a075f75f40956c80911 0.05 MB 53 109
221,820 221,820 0000000000000436a861be7b96670516949d3731f6aae424b73d6725f82df835 0.13 MB 351 206
221,819 221,819 00000000000002bafeb0c34afd827086ad9c53b874ce021a01b180955afdb2bc 0.03 MB 82 153
221,818 221,818 000000000000001ea1877179512dca80c77b9334e621b7cdccb513d8f6c41a04 0.02 MB 34 61
221,817 221,817 00000000000001574806f99cce0b9defe3079b117545971c3d4cfb4378efb5a3 0.05 MB 61 107
221,816 221,816 00000000000000693eb304bd189d7c16e5ce7656bf8cddca7901dde890fee83a 0.18 MB 450 220
221,815 221,815 00000000000000cbdc766686bdc3594a527629a6da8f8b4bc0b008dc3d7aa6ae 0.04 MB 61 142
221,814 221,814 00000000000002ddfff63aede7918cbf8447ba153aff42b3293c22ead071508f 0.09 MB 169 161
221,813 221,813 00000000000000c087059a02e3af859a944f049a2f10fc650b3df919b8fabbc1 0.22 MB 559 209
221,812 221,812 0000000000000290e30b0d71359e72251509dacfb0e4fb77e712598b01265432 0.09 MB 102 80
221,811 221,811 00000000000003e230a55729ee0c029c98d9aa6f2d4501f544c904af7f1ece8c 0.06 MB 174 114
221,810 221,810 000000000000016d43420b93f24aae22b17ca77bce8434177157f6a7594ed4e6 0.00 MB 9 462
221,809 221,809 00000000000001c57e25e36e4587bd76e646b0962041ab68f53fdb8c5df0ea15 0.21 MB 393 162
221,808 221,808 000000000000011fa1ecda666adca9e37874bfb30330c3ceaf8f0a7b0439c6f7 0.05 MB 115 130
221,807 221,807 00000000000001c55fef45baa8c90edb7b0370136363fa87e7b472d7132a7b77 0.25 MB 684 223
221,806 221,806 000000000000043e452f1c5af6085097b0e43d4782bce9eb6e2700a67f3f969a 0.17 MB 382 169
221,805 221,805 00000000000000f994faef37bf7a45d052eecfd10d2b6a4942b60c8c2a26c878 0.25 MB 522 195
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.