Memory Pool Memory Pool Refreshing

4,699 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,072 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (797,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,134 110,134 000000000000da0a7f91a61b2b95eecfdb64b9571756d08d8f8d5b68d05437f3 0.00 MB 2 0
110,133 110,133 00000000000021a011adf5e76eead4de4b91a6a9606431df981460192c786f59 0.00 MB 9 0
110,132 110,132 0000000000007133d2ac8e6ad00e81b4291bf5a416c35f37a7d435751f4a5b33 0.00 MB 4 0
110,131 110,131 0000000000008243cfda8b07cb98e835f20ac39759a8a05bda9abcc2549f36e6 0.00 MB 12 0
110,130 110,130 000000000000623b16248d721744561a591cefafa42bf8b84c2298c99db9c430 0.00 MB 1 0
110,129 110,129 000000000000d54430eaf2ac586d4071a220311c30ea640b977f1171e487ee94 0.00 MB 1 0
110,128 110,128 000000000001073d547aa1c2a67a2456e7f65f188606e11260c90620ac3f5070 0.00 MB 2 0
110,127 110,127 000000000000e3a156abc5b764d3141e408062c4a0e0a29cc1a6a271a0e7655e 0.00 MB 4 0
110,126 110,126 0000000000014915a0814553864b2a60e1556ab4582d85a6c9c0f8dbc863bfc4 0.00 MB 9 0
110,125 110,125 000000000000e4fbdb24b7dc3be1e25971173b8e1ecdbcad2ea659073158b16b 0.00 MB 7 0
110,124 110,124 0000000000014ceccdcadfe8beb61650abf6e5486b3bf9be19576648c5b4b511 0.00 MB 4 0
110,123 110,123 000000000001b605f91aa72e99c62725eb59aa0236061bd94e57bec59ba818d2 0.00 MB 3 0
110,122 110,122 000000000001c6b17821ba9d62c3b1090f559887edaecac277a22619e195a30a 0.00 MB 1 0
110,121 110,121 0000000000015be451c93823675cd0201f47bffa8c3a53b567dbd5775d078e5f 0.00 MB 4 0
110,120 110,120 000000000000053b606c1f1ddec798b557135d01c017e9358af4a3d53c7b883b 0.01 MB 27 0
110,119 110,119 00000000000074742c1e0a82c7d057726b319be940ccaf0e1f7692a6b8224ad7 0.00 MB 11 202
110,118 110,118 0000000000001cfa57b394b0c9d799e40db2a9786327a8d54f154545dab0af9e 0.00 MB 12 0
110,117 110,117 0000000000003d32126861d89958b1c704928d6d84f1ac3864aba61fa614270a 0.00 MB 13 0
110,116 110,116 0000000000000294e2fcd634f3b24450078af0e7dd710462ee5e9f349ab210ea 0.00 MB 9 0
110,115 110,115 0000000000016505be5970a05c1271aa6db7c53b4581053f3dbf54cfd0452e53 0.00 MB 8 0
110,114 110,114 00000000000072b72c1fda2dec80125c1087e8a0400f6975c739954ad1de4089 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.