Memory Pool Memory Pool Refreshing

3,656 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,219 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (750,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,821 156,821 0000000000000e5404a30e2b8f355ac8964fed3f1cb17f2bcf43e844855939d7 0.00 MB 13 87
156,820 156,820 0000000000000106f3f026f325b92f2de27c560d8ae2324951a909c962bbbdd5 0.02 MB 10 43
156,819 156,819 0000000000000607309132e5a7fb8dbf9ef3ab6fa90612d7b0add6ed30db5f01 0.03 MB 81 87
156,818 156,818 0000000000000d4de15513042cf06f767850e959094b34061790e6ffb4b716c3 0.04 MB 84 34
156,817 156,817 0000000000000568f0bd6c53c2e64331a36c495c205e3d0006f7466f186c9d04 0.00 MB 9 16
156,816 156,816 000000000000064be45206e9d1033ac0898b169142a7844d395d49d1d31516b0 0.00 MB 11 0
156,815 156,815 00000000000005a9756b2d8e131fc1576c81c433a799e01b706fbc7c2ff6f6d2 0.00 MB 11 32
156,814 156,814 0000000000000d3ac3e018ebdd19fbcf08f95b7f08e56f78cdb5175e3d10dc42 0.01 MB 39 142
156,813 156,813 00000000000003a11efed0a81bd09f41a8f9d50de1c87cccf2f3cf48d14f6358 0.01 MB 18 157
156,812 156,812 000000000000033fa2fde983baab7920e1e21c88d9836fc9cf7509bbd74c70ef 0.01 MB 25 347
156,811 156,811 0000000000000b3c736c17cc4ec397bca844466630eebe44e079db413a658917 0.03 MB 64 68
156,810 156,810 00000000000003eda97c31f1b867c3695e9463cc2d2c032382d3381280c83b0e 0.00 MB 12 0
156,809 156,809 00000000000009b1c9f4e4cfea67591bb67eca53be994b48fe795dd6f786b28d 0.03 MB 65 82
156,808 156,808 000000000000030a89153ec3ff8ddebd03be9418a8de7aed4434e2e535862871 0.00 MB 14 44
156,807 156,807 00000000000001272c2ea7582378940b6401dacd63db08f056bfb1d0cb7325f7 0.02 MB 52 329
156,806 156,806 0000000000000caf97f8cf497140d5a28f201da42a4cc9b930c2074f814629ca 0.02 MB 32 115
156,805 156,805 00000000000004a44eaa309f4e44090d8f89e3957aca90f8a94c2a33f00b283d 0.01 MB 17 339
156,804 156,804 000000000000072914cbc78bde04f84a8a31d60baf3a6c1bf92223f821bbc660 0.01 MB 29 136
156,803 156,803 0000000000000b52629faced16cb50fd9478d2828c7e78b2bec987406113fb99 0.02 MB 50 17
156,802 156,802 00000000000000a47c88693478697f3ec23621794767539bdb734eb287543f06 0.00 MB 1 0
156,801 156,801 000000000000057f6059c2b678e5d42191928ecd4af5f06baec34f5db1582cb7 0.02 MB 50 83
Previous 10 blocks ↓
Total Size: 769.05 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,627.59 GB sent, 93.14 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.