Memory Pool Memory Pool Refreshing

41,291 transactions
30.48 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,212 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,072 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,211 (677,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,765 185,765 00000000000000cb707fb5c6f39c2fc1ff8a4f11ebf06db273949d23465f889c 0.17 MB 441 105
185,764 185,764 0000000000000293625b65637cbdb3cca969c0ca041e0108003c64a49252c0ce 0.04 MB 47 35
185,763 185,763 000000000000035780ede816d69a7fe32bf04232aa21f14fe390eb5bc492a9a2 0.05 MB 110 108
185,762 185,762 000000000000090da39dfcdfa6dac03d9f030e2ab911f19bd83f738fbd127d5d 0.25 MB 527 131
185,761 185,761 000000000000089aa1b26a75714d83a4044345892ba1c697c61e61fa6fd5cbd4 0.11 MB 256 119
185,760 185,760 00000000000001a2af9fb780af5137b9a5c621ac6062521b6ce4aa23014d6074 0.03 MB 103 52
185,759 185,759 000000000000093f7c19446406b804a4528d2f893c00f18b5456b8db7452a13d 0.05 MB 129 266
185,758 185,758 00000000000007f302a673b25a65924489d52d66eece871c501b9b0974710e38 0.09 MB 157 138
185,757 185,757 00000000000001fa8ac76be4aff4f6e70a8c9a7eb2567bd435da72b5adf69c46 0.00 MB 9 68
185,756 185,756 0000000000000732a4a1ec52a17825725d89f3b37f0fde6adf58a4008c14ee1f 0.01 MB 16 51
185,755 185,755 00000000000007c37a54066f2b0e4b66e77206edb6d3b0cc21a3c15c35a0c560 0.04 MB 84 66
185,754 185,754 00000000000008bebcd65d5ee01d21e24985e402ed991404155aebb0d394e08c 0.09 MB 162 106
185,753 185,753 000000000000071cd067d00d8f4795cd19b1689bcfb2e601dac839f3bd3d3b9f 0.07 MB 116 86
185,752 185,752 00000000000004e3b8379ff2a132a43bebbb454c2013dadc34fa050296ed07d9 0.07 MB 119 104
185,751 185,751 00000000000002fa33316fc238c808e4ec2ab3908b46ddaf538fe57121f0c992 0.05 MB 114 158
185,750 185,750 00000000000006a59b40a3f4909184dbc2efefa7943bbf7e70d03b5c9f089350 0.03 MB 101 52
185,749 185,749 000000000000015108ea394d32fa51ef046f35df3737609e570c17d7524a1b03 0.07 MB 90 118
185,748 185,748 000000000000015934861834b0992539ebfca4bc6d71734553ccb377c3a28d03 0.07 MB 185 164
185,747 185,747 00000000000004fb25a20c1f5e0f5bd7100571026cf3fb9a0cfdd0f8975516f8 0.04 MB 90 88
185,746 185,746 0000000000000178f19e6155bc6fbd39fd23797dcc3132bd1ced98fdb725035f 0.06 MB 156 148
185,745 185,745 0000000000000276f278f019e8643abecc2c104b5edff3123595f95cbf8e60ba 0.02 MB 52 80
Previous 10 blocks ↓
Total Size: 686.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,471.67 GB sent, 115.30 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.