Memory Pool Memory Pool Refreshing

27,958 transactions
31.99 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,865 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,168 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,864 (166,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,158 696,158 00000000000000000003d5ee5c99bb69576d19bc4f669fca7e5f47e15decdbc1 1.35 MB 2,117 12
696,157 696,157 000000000000000000039a42d023764c29945e7959dc98d8cfe1d9eae78ba2cd 1.04 MB 238 4
696,156 696,156 0000000000000000000e7429de1226158bf00feef561c8e1feaa968162e9ff7b 1.07 MB 447 3
696,155 696,155 00000000000000000002d9882187f483b263c1bab0c3f480a6d436dce669cd0d 1.05 MB 310 2
696,154 696,154 00000000000000000008852df53c29e37e346b1199393173bc21e51ea57cfb66 1.08 MB 279 6
696,153 696,153 000000000000000000055ee2508bf5523189c554a74e7273ecf8d54180d21efe 1.10 MB 747 5
696,152 696,152 0000000000000000000604514d38b20c68db13744ce0ab3f6ac2c11af83f334f 1.11 MB 726 1
696,151 696,151 00000000000000000001b241e52812235ffcb1f1ec7861dc29c3e9e13607c6f5 1.38 MB 2,621 16
696,150 696,150 0000000000000000000b4f1bd212633c762b5d224a747f5934db779b15331c81 1.13 MB 782 5
696,149 696,149 00000000000000000008dd5da588fa700f4f6788d2b7171126226e3dfef63eb1 1.39 MB 2,028 15
696,148 696,148 000000000000000000079588967913a382a476a99c165334817a9d9f623457e7 0.99 MB 87 1
696,147 696,147 00000000000000000002e79c3a9d68b7b43fb45ebf9669abae26c9b372f5d1bc 0.79 MB 847 3
696,146 696,146 0000000000000000000b0df72f9a21e1f69c2a3af7277d32663d1a34146e0d7c 1.50 MB 2,088 26
696,145 696,145 0000000000000000000191b747abee9e75bc24048eacaf51bb3dd1f209bb68d1 1.04 MB 411 2
696,144 696,144 00000000000000000011df798a1f1267e4f55172b69c395836ac2b038b6ccbb2 1.17 MB 1,105 4
696,143 696,143 0000000000000000000d466004ee008a98b0480fec79508b28ef8921c6803ff2 1.50 MB 2,265 10
696,142 696,142 00000000000000000008e0b89b9046d445d5aab1417ef54f46f21082b446687b 1.45 MB 2,756 12
696,141 696,141 0000000000000000000d412f0527dc7630e76b62c42c670a395bf7d99e89b4a4 1.50 MB 2,642 16
696,140 696,140 00000000000000000000d628289bfe90e4da97641002a00a1b1245083c171cd7 1.65 MB 2,494 60
696,139 696,139 0000000000000000000ec43cb5cbb79a9110055a6a9eb8a9af6f742fe2d299c8 1.16 MB 436 2
696,138 696,138 000000000000000000090e9f4858c96e44e8c29ed4f7c9d2d5ef203a3046a650 1.24 MB 1,216 9
Previous 10 blocks ↓
Total Size: 685.84 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,406.88 GB sent, 110.82 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.