Memory Pool Memory Pool Refreshing

18,870 transactions
14.30 vMB
Show Random Selection Loading Transactions
Max Size: 85/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
902,916 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,343 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,915 (617,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,900 285,900 000000000000000070777247d6ab4cd19406b593ba55aabb3a3e107f6793e7b1 0.30 MB 562 33
285,899 285,899 000000000000000168cd1c8a374dd580abf53879506f4456c58026a6255cad7a 0.24 MB 418 38
285,898 285,898 0000000000000000e84c7ebdce0c4de097475d9a26b521bbe96be3ee73f799a3 0.04 MB 45 23
285,897 285,897 000000000000000183a20a028390504f1aeef372b22c355dedbf3af022ada394 0.04 MB 77 40
285,896 285,896 0000000000000001546fb965fde347680b9e34299f3078eada7dcbf0997b005e 0.35 MB 399 18
285,895 285,895 000000000000000164c35b56131662c6114cd9c2380ed1162ba77c2e52cbee6c 0.06 MB 170 49
285,894 285,894 00000000000000001f3d5998f60086f69f57518ecc2185cb2db86ae57db9bd8b 0.06 MB 140 31
285,893 285,893 00000000000000009e3fbec645e70a07bce640e90d5941de80e0905d441c596f 0.48 MB 728 28
285,892 285,892 000000000000000097efac99bc04e6e4346331ff3b94d8111e85ce58444b4192 0.06 MB 184 216
285,891 285,891 0000000000000000b1283d6d7b8bb0418673e4d3272580ca51d06781b1cb1df0 0.09 MB 155 27
285,890 285,890 00000000000000019a0c96915c209035b1adfbbeadfe3a54f63403895ccaf2f1 0.09 MB 190 45
285,889 285,889 00000000000000003149a6ed928206d84acc117768d1370e9b17199956ec8ec1 0.20 MB 398 39
285,888 285,888 00000000000000002a9396f8af6ac4c26b17c11b29224ea7c46f1e69a50be3c1 0.72 MB 1,138 32
285,887 285,887 000000000000000065d62bd60cf993974484580431037b193e029fe075108f87 0.35 MB 829 79
285,886 285,886 0000000000000000a816acb0b7299c790bcac0036b4182b696ac0d8b372c5739 0.11 MB 209 34
285,885 285,885 000000000000000081576020cc0b95e8a02da6ebc318bcae6b638d4e3f83ce9d 0.09 MB 142 28
285,884 285,884 00000000000000002cc986e4d8cfda87ff78c447ebafcb546abdea9049dc34ad 0.25 MB 522 42
285,883 285,883 0000000000000000fd5d9e0b621a84757ba163454c89dbfa395e57214f53c2c7 0.50 MB 414 19
285,882 285,882 0000000000000000017ff552f962d6e94bc6be7de319fe4b48c25203c26eda58 0.50 MB 910 40
285,881 285,881 0000000000000001072a26dea7d3d700fc43aca40f02c72acd9e57412c5e9704 0.06 MB 166 65
285,880 285,880 000000000000000106dfd942a07a98cd0d4b3378e69203b4d2de01fd2f1edaa8 0.78 MB 1,482 33
Previous 10 blocks ↓
Total Size: 760.76 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: 908.75 GB sent, 50.34 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.