Memory Pool Memory Pool Refreshing

30,713 transactions
30.52 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,625 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,012 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,624 (385,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
477,915 477,915 0000000000000000008ea14a788f2c11e706fdbba58e128d4c002af07325a91b 0.00 MB 1 0
477,914 477,914 00000000000000000077bd4864522f142f0a4a1969e83759f4f55b0fadfb9b40 0.45 MB 725 130
477,913 477,913 0000000000000000007e1f603051f6d78e56911beb67771a906ae4dc841a7991 0.23 MB 380 122
477,912 477,912 000000000000000000af7d744ffc21acbd56442f50f5b114fe0295aa2838c2d9 1.00 MB 1,429 101
477,911 477,911 0000000000000000008ea7c04a7f3228543274526e217d3734ffd164c088908e 1.00 MB 2,065 166
477,910 477,910 0000000000000000008687e3df8c95a1396754a5444b17537d2609e86e83f0d0 0.88 MB 1,086 131
477,909 477,909 0000000000000000003aed65fa76d5f79405fe756d68e792cc19fd69187b4827 0.78 MB 1,373 152
477,908 477,908 0000000000000000006f616ced0a0ae8bfd4053b72d7f46eb6290debb7f57bc1 0.74 MB 1,518 141
477,907 477,907 00000000000000000100616be5aa86c2380d04b68f3a82d47bfc4faac5830665 0.57 MB 705 106
477,906 477,906 000000000000000000abeee7c64d1162e92f0b01a2959ea67dd279933aaa3380 0.49 MB 712 24
477,905 477,905 00000000000000000044a76d76826e0598742a5c09523d157897d272358c6a74 1.00 MB 1,373 114
477,904 477,904 000000000000000000251187d26192d79b20c42dc6d80a0f6fd694188d7018b0 1.00 MB 1,936 137
477,903 477,903 000000000000000000486726b3598265e7a6f9e210b55e56da1fbe8aaab69a1c 1.00 MB 1,886 209
477,902 477,902 000000000000000000870d79bf8bf7f7a1690edb32dfb7efc1818fbd3606440e 0.56 MB 596 71
477,901 477,901 00000000000000000124017d93ada398c0c52a826d4a9adb94bc06eff8f2ef72 1.00 MB 1,828 51
477,900 477,900 0000000000000000009e71f63f737edf0e299cb34e9c6eaeedd1a8b1dc88b302 1.00 MB 1,870 96
477,899 477,899 0000000000000000012cb9c67d82ce3ddffeb3a8fbd8f5c5c8b6ad62d4b147eb 1.00 MB 1,651 119
477,898 477,898 000000000000000000a55ff4224910f4d0a8ad1a4eb8e483ce0d39659e232c0d 1.00 MB 2,123 149
477,897 477,897 000000000000000000f1668c7304a51381ae268316de73c2576c1864847a4a2e 1.00 MB 1,844 211
477,896 477,896 00000000000000000117b73954c9c7d8deca93335eccc02e9cbe1715473ec2a3 1.00 MB 2,085 110
477,895 477,895 0000000000000000008368a20ae64df71fe5ecccdd6d5434211348f101af6f21 1.00 MB 2,302 193
Previous 10 blocks ↓
Total Size: 687.31 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,514.02 GB sent, 121.13 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.