Memory Pool Memory Pool Refreshing

75,263 transactions
28.49 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,631 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,861 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,630 (24,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
845,127 845,127 00000000000000000001b757a42e49a3b5b8e6f29a1a621601d56ddb720d4d9f 1.52 MB 7,121 9
845,126 845,126 000000000000000000026a1174a1a2d710e31057e4a6b515be8ab2108bbd0556 1.59 MB 4,319 14
845,125 845,125 00000000000000000002ed0f334880349e32d99ba3c2a8d78e591589405e8891 1.58 MB 5,941 8
845,124 845,124 00000000000000000000ced85fdc8b0ccbc3bad7dff175d658fd615d08f25379 1.67 MB 4,069 9
845,123 845,123 00000000000000000000b2d10360c7313de304a6c71dc78bfcbc7fb66ea37771 1.53 MB 2,571 13
845,122 845,122 000000000000000000006b810b063cd12bc783e2ab3f797821db86f60d2c3ded 1.64 MB 3,846 21
845,121 845,121 000000000000000000033b6b627953604925f93e9461668d175615ab89f0f0ce 1.59 MB 3,401 12
845,120 845,120 000000000000000000026bd8c85e40d3bc120be0fa033c50ee1b0cb4f9a90fa0 1.61 MB 5,084 22
845,119 845,119 000000000000000000025e446fb0d1d6a320831fad6dddd90fbc397a12eed0cd 1.43 MB 6,291 36
845,118 845,118 0000000000000000000287d43eeba2461bfd92ba3e8aab84411405faec2c4292 1.54 MB 6,036 14
845,117 845,117 00000000000000000000afe831c44ba40f442f3ef9d5c19ed9e4f655a7cac95e 1.52 MB 5,570 11
845,116 845,116 000000000000000000033ed0fd56aa636baefc4bddc8f1985ff6696fe92b90a5 1.52 MB 5,360 18
845,115 845,115 00000000000000000001d5ccbe54a1500b45175374daf547d3e659ee1e1f6ab6 1.47 MB 5,577 27
845,114 845,114 00000000000000000000b761b4a9dc49cfa68358bc20ee0b294cfb374b3d3c80 1.41 MB 6,846 38
845,113 845,113 00000000000000000000d078270713d4a072ca0b30a7c8b342cb25ea769c2bda 1.40 MB 6,166 37
845,112 845,112 0000000000000000000197571026c9e9cdffcf3c0c36b2b2401d3406a0408b11 1.42 MB 6,603 22
845,111 845,111 00000000000000000003022fec4f2e07503f489c9705800da9cf6a45edbb93ea 1.55 MB 3,359 12
845,110 845,110 000000000000000000007cbdf3a2344e4b4937eb0b51ed8a51ad43a4039360b1 1.41 MB 3,559 14
845,109 845,109 000000000000000000031e98a4b28c542a2ad2bbc814f77d266c0ef881740dd2 1.50 MB 7,418 8
845,108 845,108 0000000000000000000037c41023f5d78d9af5c5aedd0e51cbb7184bd2b69cc1 1.59 MB 7,316 9
845,107 845,107 0000000000000000000037401742fc4651547814ee2e467e731ee6ef97f51a98 1.52 MB 5,207 12
Previous 10 blocks ↓
Total Size: 698.76 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: 2,099.07 GB sent, 202.59 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.