Memory Pool Memory Pool Refreshing

4,143 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
901,834 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,014 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,833 (498,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
403,679 403,679 0000000000000000051dd9485deea49ec8da514d2292d3b1fe1dc08ea06f70b2 0.56 MB 1,380 46
403,678 403,678 000000000000000001e079f4a409fa031ebe21995a18b70cc39cfe7e3f8bdf2e 0.35 MB 602 36
403,677 403,677 000000000000000004cb2ae4a14cfe41fd3845f9bec660bdfd1b9b29411826ae 0.35 MB 802 44
403,676 403,676 00000000000000000560bd5859dd1236e7bbece2c7472968718794efcf471e1e 0.49 MB 1,009 40
403,675 403,675 000000000000000004ecc9dd56b21a2bb63aaca77e1a8cc8bbbd4d3d0394939d 0.77 MB 1,368 38
403,674 403,674 000000000000000001703f8b63323eda6226bf5ab649f5646f86e158d5c5df88 0.99 MB 2,671 52
403,673 403,673 000000000000000005b4fe7ae23bbccc43987a23ad46fa54495f5999c3b40067 1.00 MB 1,427 27
403,672 403,672 00000000000000000060091d79eb38c7b40931079a8144a583d6c7fa8f0153d0 1.00 MB 2,657 55
403,671 403,671 0000000000000000026bcb35d04c7049519a3ba58d1572c124d8824d6c2fc2de 0.21 MB 406 42
403,670 403,670 000000000000000001603fb9c2f46817785c5ea50a81edac8edb4871eba4d83e 0.20 MB 540 52
403,669 403,669 0000000000000000041ded322d0da45902886d93414391e1d6a11e156058e25b 0.99 MB 1,084 22
403,668 403,668 0000000000000000065e308d47b6ce7f6e594b10d5a570da152acc592a216fcb 0.93 MB 1,527 28
403,667 403,667 0000000000000000044097b02685a6a62badea93bfe34613c7ac9a32ee0f6ac6 0.99 MB 2,628 91
403,666 403,666 0000000000000000010836884328325c8e9ced7ef9e4512aa9f928bcc8848d38 1.00 MB 733 15
403,665 403,665 00000000000000000333e17c91c22901e0f40dec894632129974dd7a0be31a50 0.19 MB 398 43
403,664 403,664 0000000000000000036082d5d46a0c54ce95f53f84ee261a1f08c8d859f28f4d 0.93 MB 798 22
403,663 403,663 000000000000000001f7f5585f6995ccb1d9c7f3cf281e019cecf6ea829c103a 1.00 MB 1,397 21
403,662 403,662 0000000000000000064f5b121658df5440f7c2e9788ca11c22e272bf85a1a26d 0.92 MB 1,823 32
403,661 403,661 0000000000000000046adc55e8c1dd0df08f487d8ea69af256c766b7cc56a316 1.00 MB 2,680 76
403,660 403,660 00000000000000000069ad7745b40e1462ddd1022616ecd6065324a44728c0ab 1.00 MB 1,850 38
403,659 403,659 0000000000000000041060fbd5644ce7dc95cc7813f838520e74f7df42b4f34e 1.00 MB 793 12
Previous 10 blocks ↓
Total Size: 758.90 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: 768.29 GB sent, 41.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.