Memory Pool Memory Pool Refreshing

5,363 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (90,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,809 817,809 00000000000000000002b64d0f79500dbcccb7308cf01149369ca0b0c18319e5 1.73 MB 4,133 110
817,808 817,808 00000000000000000003908618c8e82c5ad8e48dd5b1f41263674e3f86ae090f 2.03 MB 3,579 91
817,807 817,807 000000000000000000021c040d0c870e2353fa3896fce7bcdf3906ef30dca2b9 1.58 MB 3,338 95
817,806 817,806 00000000000000000001058223b8f1575119ab80546747efc723bf1d20b524df 1.62 MB 3,618 98
817,805 817,805 0000000000000000000288a52d0c2db58f862dd7e1735515a26198e9c09abfae 1.60 MB 3,542 188
817,804 817,804 0000000000000000000156cafb7cb7ae23c951c4708e928728c57e3672fe5361 1.78 MB 4,208 123
817,803 817,803 00000000000000000003defc6129c5a7e21dc3139e0c9877ab2a76e593ddb667 1.61 MB 3,452 90
817,802 817,802 00000000000000000003335180677deb1f25d001170ea353d9c69fa1ed63838e 1.60 MB 3,460 134
817,801 817,801 000000000000000000001848d43a7ca5e1678593f71f998949975880d9414a89 1.79 MB 1,840 104
817,800 817,800 00000000000000000001ae6117197afa0428894325a2d819ab1c10bcebafae1e 1.64 MB 3,918 150
817,799 817,799 000000000000000000017bfc502fa1c1e1e3721e70c614933b871f9e05f06eba 1.61 MB 3,829 204
817,798 817,798 000000000000000000001987c3fd5e0e69a94c74f545a95d06b9b34492ba922d 1.72 MB 3,634 77
817,797 817,797 0000000000000000000245c2784d6e56e36c4f2f430913ac6d8f7dde8f85208d 1.80 MB 3,742 78
817,796 817,796 00000000000000000000a2e6e76e2d015335bd6b759a812d61b03e20f486dae8 1.63 MB 4,058 134
817,795 817,795 00000000000000000002078a105429e6e902040ba0d43ae62c12dbeaee0ede7e 1.61 MB 2,705 94
817,794 817,794 00000000000000000000f3fc6a0508886b58f5c8391287c4da873e22d7882962 1.49 MB 3,116 115
817,793 817,793 00000000000000000002ab3b46c500882bae0672df4fd2880c5977260966657e 1.66 MB 4,195 124
817,792 817,792 00000000000000000002986a3256cd8ea95629622751ed1e305dbaf1ec1e9527 1.67 MB 3,768 136
817,791 817,791 000000000000000000021c67e2416e6ab2722d35d95e74c4ee6c6a49daba56fd 1.63 MB 4,245 178
817,790 817,790 000000000000000000018890b3f65efc62bc4f634dcd5b6f281d07fbcf707d2a 1.56 MB 3,323 274
817,789 817,789 00000000000000000003b7c9ecc1023f6173e9acdd8cc9a6d301d958b9b27e19 1.71 MB 2,827 89
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.