Memory Pool Memory Pool Refreshing

6,144 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (148,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
759,127 759,127 000000000000000000028502d4ee0344db51001b62955d35fa6832bcd9d9c0ee 1.57 MB 735 1
759,126 759,126 0000000000000000000050cb2e8fb53682eedf09fb64051e9f952a264f5d981a 1.83 MB 1,014 2
759,125 759,125 000000000000000000056b28b3ec6f6a21135d29f74e9c48b8d34dcd3e0df72a 1.58 MB 1,588 2
759,124 759,124 000000000000000000006748219bd2f9844c7001db8fcddc76e9026ea419f04d 1.84 MB 2,637 12
759,123 759,123 000000000000000000063968afcb7bea2b2df72a04f0cb89717d1758605877db 1.87 MB 2,262 9
759,122 759,122 00000000000000000001f0181ca72b04fe2c0a93827149053f56da437772add2 1.45 MB 2,829 16
759,121 759,121 00000000000000000003d13da95c1a9d992abaaf949e6b0367f6cec5db17c7a9 1.36 MB 1,969 6
759,120 759,120 000000000000000000000bde25591cc263b88078f493572af49ad1fa47aa90ca 1.54 MB 2,380 7
759,119 759,119 00000000000000000004fecca425c17d275f8dc6cf007b360b6caad148d676b2 1.57 MB 2,721 15
759,118 759,118 000000000000000000048862c1c363ab6ace9f8c41a21479d76fa84e567f5137 1.22 MB 1,752 17
759,117 759,117 00000000000000000004c67a4994eff720146a37d8225fbc29169c7b4ae6237b 1.41 MB 2,102 18
759,116 759,116 000000000000000000017e4f51098786dc23818a19c9908ba4a04da59473b1f9 1.49 MB 3,849 27
759,115 759,115 000000000000000000054f2e17f83ff30c825000a43ed558de5f5b34b882ace3 1.69 MB 2,071 9
759,114 759,114 00000000000000000001d9c68efa6a41c73157421ad26902ba4ccf43a0a68c73 1.49 MB 3,202 16
759,113 759,113 000000000000000000013c1fcb31bc68bbdd770aa12a7367b256a0cf47ff70a1 1.62 MB 3,419 14
759,112 759,112 000000000000000000061f375d5a73d67cafb56a92b04c8d432354a75d799361 1.48 MB 2,610 13
759,111 759,111 000000000000000000034ee3c6bd0c308f754051de6afd2fcda4acd633c2dba5 1.62 MB 3,674 14
759,110 759,110 000000000000000000066ac297a6c8e02e8d793cb315e568f03961ed16064c4f 1.51 MB 1,661 15
759,109 759,109 00000000000000000003a55e60bf8939ab3544004fd328833a2ffac876bdc878 1.63 MB 2,854 21
759,108 759,108 0000000000000000000533c7c3bbd180c965aeac893c2c79453106b52af658ff 1.75 MB 2,636 17
759,107 759,107 000000000000000000070cab9a5d5f26c6359c1b5fc0b30930203524796c2b30 1.85 MB 1,198 19
Previous 10 blocks ↓
Total Size: 769.29 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.56 GB sent, 94.40 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.