Memory Pool Memory Pool Refreshing

32,203 transactions
31.78 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,415 (384,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
477,894 477,894 000000000000000000cba89109e4baf645122d0211d93e808456e0c9cfb53a35 1.00 MB 2,117 166
477,893 477,893 00000000000000000131d93cad98313b8c64ad61220b704c62dd9ef454972403 1.00 MB 1,826 81
477,892 477,892 000000000000000000a87c7f93a33b243350a891c275a7f64febb7377ae4bb65 1.00 MB 2,403 196
Previous 10 blocks ↓
Total Size: 684.96 GB

Node Information

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