Memory Pool Memory Pool Refreshing

8,402 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/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 4,350 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (82,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,672 825,672 00000000000000000001b69446938edca76177234d70fc2071c75cd439c6e81d 1.76 MB 4,933 115
825,671 825,671 0000000000000000000334549b5e17321e7e1ce1b3a6c6e0717c77f9352e1c16 1.80 MB 4,948 117
825,670 825,670 000000000000000000002628ae27ab3f7e1092801ab8d9f2b3b68d6ccbe9f5f2 1.69 MB 4,199 125
825,669 825,669 0000000000000000000185e239131075f2a46af73055bd78b462d7bb2a3afb6c 1.69 MB 4,850 125
825,668 825,668 00000000000000000003c3e1ae7c313ff6f98e094847482351fd242fee97ab9f 1.75 MB 4,860 120
825,667 825,667 0000000000000000000198ec59e70b9aefda9571f6fc9f929ff6146c9a59f890 1.69 MB 4,691 121
825,666 825,666 000000000000000000010425ca2dfce095527f8fe0c1b8259a9893e12df871f2 1.55 MB 3,796 130
825,665 825,665 000000000000000000002c645a8e88b214a3750741ebfb4a496f74169f4039a2 1.77 MB 5,284 111
825,664 825,664 0000000000000000000056c5181311cd47090458f81e68c0ffccd421f352c93d 1.76 MB 5,269 100
825,663 825,663 00000000000000000003a54cd1f2b63cbe1cc9585d725be878ff2614e8edec44 1.81 MB 4,944 107
825,662 825,662 000000000000000000036ba97bd8453517de738bca0fb11f058b941c82654d89 1.65 MB 4,329 111
825,661 825,661 00000000000000000002854265a9ee239344ba3341c8139c0faac3c144f4098b 1.59 MB 4,227 111
825,660 825,660 0000000000000000000090abc2f78d73fd2bf69b316d5b9d4fa05c83092f3401 1.68 MB 4,696 106
825,659 825,659 00000000000000000002e16adadc371ced50cbb31e63b344798d87a7a9345cdb 1.68 MB 4,651 101
825,658 825,658 000000000000000000006e12e8298e25ba22940643804a77b173d71de3f548d2 1.77 MB 4,853 93
825,657 825,657 0000000000000000000285a70c5ac0eddade6ce485b3ed5c6d2a1855a0ae8a23 1.71 MB 4,807 94
825,656 825,656 0000000000000000000006669c315ae460e306fe946304d6506ffa263336f99c 1.71 MB 4,389 90
825,655 825,655 0000000000000000000318f860713efd709238260b31a9f7556782031c4bb858 1.73 MB 4,617 96
825,654 825,654 000000000000000000033191807ea9c6c18db1459e34532c1be0932435400d2a 1.70 MB 4,258 105
825,653 825,653 000000000000000000016c0d255c65ff0287ffed445729a34258bec072340c22 1.83 MB 5,167 75
825,652 825,652 00000000000000000001bd3b76d6ce7186377bde1a5ba1020a25a374ff2bc737 1.70 MB 4,384 80
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.43 GB sent, 93.81 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.