Memory Pool Memory Pool Refreshing

43,777 transactions
30.63 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,558 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,244 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,557 (409,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
452,905 452,905 00000000000000000069b62c63e8ff12a61005207e31b170e45b72cc3ac85963 1.00 MB 1,910 122
452,904 452,904 000000000000000000d050d1fcdb7e58173b14b7ba944cf0545689dcc10dfe43 1.00 MB 2,104 118
452,903 452,903 0000000000000000019fc083fda840e183c7ad87910b83a866c523d0e87cf945 1.00 MB 673 104
452,902 452,902 0000000000000000020f5e5598282f2ea3df658e552e761e65e9295051aca033 1.00 MB 2,594 145
452,901 452,901 000000000000000001b49b15121cb411d4fec25b156e61e4a410fb0f0f60f73a 1.00 MB 2,478 140
452,900 452,900 000000000000000001ba782f59ed01608cafc3c26d7add7c7fa66ac662e6968f 0.75 MB 865 118
452,899 452,899 000000000000000000401e77fad9b4ab6856f79ffda76497af9a0d513738744e 1.00 MB 470 106
452,898 452,898 000000000000000000ff1e01ded6c8017da9ee2f6958e138024b0dd33d1b3087 1.00 MB 2,266 119
452,897 452,897 0000000000000000008eb686d5f26fcab48c17e7de6f0d174574977e3aed91f5 1.00 MB 3,016 131
452,896 452,896 00000000000000000267c1be4bb7d049d8f219ba8777c52703fa0e2769f1165a 1.00 MB 2,524 128
452,895 452,895 0000000000000000028a9f0220e98eeadcac6013574208480ade7b1d1d29a8fc 1.00 MB 1,878 155
452,894 452,894 00000000000000000267f0c7178a1d3e694498cc03c2a44454e05970f17450fb 1.00 MB 1,085 126
452,893 452,893 0000000000000000010571610b0955871e1a2d641c4f2fc0d39db9559955f83b 1.00 MB 914 141
452,892 452,892 000000000000000001dbb94eaed7b89bf6229b09d849f02cd3f7985da5aa2593 1.00 MB 1,869 172
452,891 452,891 0000000000000000025462538734348ee0cab6edb3d7943afcce202ec845e772 1.00 MB 2,372 162
452,890 452,890 0000000000000000022227631d5ed9826955a633f72c009053f388847671673a 1.00 MB 1,597 100
452,889 452,889 000000000000000001b6d8a0ef31950887b9bfb1d4d14e0dcb5167722c03535b 1.00 MB 2,551 140
452,888 452,888 0000000000000000025422e33c422540168ec5c2779e2e63db8f2f44e2f8d703 1.00 MB 838 38
452,887 452,887 00000000000000000106291b89db2f752116c8e1bf009dce4aa0181fc5947d0d 0.99 MB 1,961 63
452,886 452,886 0000000000000000005e1c16dafcfec1d6550ddd52c13bc05197bcb25c8f1103 1.00 MB 2,363 130
452,885 452,885 000000000000000002660dc7ca9803adbbef88fa3747703ab1bc740351017b1c 1.00 MB 2,108 64
Previous 10 blocks ↓
Total Size: 685.23 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,374.21 GB sent, 107.16 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.