Memory Pool Memory Pool Refreshing

7,125 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,107 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,973 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,106 (783,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,747 124,747 00000000000023a87d52c44476fb36258b60b78ba9c9abb7c66eed4d850d9ea5 0.01 MB 17 435
124,746 124,746 000000000000414f3020fa18ddd611578b09415c65633c715bcefaa2faed507c 0.00 MB 4 331
124,745 124,745 00000000000058e4654c09ba7fef1ca5d1d6867a5ebfe62ce24f035d23750dcf 0.00 MB 12 292
124,744 124,744 00000000000041a2fbfa0c4410e0333c30e82415bdf9be1df9b979e091354e80 0.00 MB 4 832
124,743 124,743 00000000000049ff0c9b0d18464cd29cf95c67351afd8455ef24bff124a5aec7 0.00 MB 4 344
124,742 124,742 00000000000061609b70b40e82bcc6700bf167b6fcc1bcd25284e0d2813de28c 0.00 MB 8 0
124,741 124,741 0000000000001d0273cb030f60f50fb1c52648ee88cbe94b266d4f7a77eb18ff 0.00 MB 11 952
124,740 124,740 0000000000005f449674dd412ab8ee86267cbb0077a40571abb85616203660c3 0.00 MB 10 262
124,739 124,739 000000000000095ea1af315b421f82429ad144e8ed01aadccc62794c7d98b938 0.00 MB 4 348
124,738 124,738 0000000000003ea76e05325aa923e89d6f82084d3853f26cb5da3cdc25f8cc0b 0.01 MB 18 912
124,737 124,737 0000000000002c21a92e09a6c0ba3dac80bcc3c4e43ef8eb91f476fbf7d8cee5 0.00 MB 10 316
124,736 124,736 000000000000396acff8adc408400c33239572f57cd740d544aa744da8f4d583 0.00 MB 6 1,053
124,735 124,735 00000000000021d8910822c6c1deedebf7c1ebc345d84d0dd60162f2c9d569ca 0.00 MB 10 438
124,734 124,734 00000000000031d927ea48c9fd3056ad7e443383f1d30acd7de08c4f86781442 0.00 MB 9 353
124,733 124,733 00000000000005fd5b0976dc6accbbbb213b9385cd7eafa97aa2511f2b46d0a6 0.00 MB 1 0
124,732 124,732 00000000000018bf6f3b79c1fa41fe7c8da7caf07a154d338bf8228f2f0a3124 0.00 MB 9 310
124,731 124,731 000000000000604685998ed787cca69fc3b7f02a718fc2b131557882eb8e663b 0.01 MB 16 369
124,730 124,730 0000000000005f9dbedc59d3bca14b6d0ddb5ca515f50b2d03fbdc13cad63391 0.00 MB 9 276
124,729 124,729 0000000000002a556a2dba05f29f4a3eacbfe0473a0e7c8e3102f50046f5232a 0.01 MB 13 533
124,728 124,728 0000000000000929bc7c0b67f66f4081c6075317f067094ded9bf12b1a5163dd 0.01 MB 25 0
124,727 124,727 00000000000066759e64671e4eb472ca9395f54d07370257aaa1b4db6222c0be 0.01 MB 49 3,178
Previous 10 blocks ↓
Total Size: 769.74 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,679.34 GB sent, 96.62 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.