Memory Pool Memory Pool Refreshing

74,057 transactions
25.45 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,268 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,699 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,267 (24,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,097 846,097 000000000000000000020d1313a38a1e4692307e71bbf13029bc0621a8bdf91c 1.45 MB 6,371 29
846,096 846,096 0000000000000000000314f6d6d734fb9569fdaeb4a1a045487b3a25cf88686a 1.47 MB 5,228 30
846,095 846,095 0000000000000000000095d4c392814047f65a050576e3e8017779238e263c49 1.47 MB 3,632 22
846,094 846,094 00000000000000000002db857187f2499ec1bb51c00f12c5e1ad2f3c2e272bc1 1.61 MB 3,433 34
846,093 846,093 000000000000000000006c6c2f5f793c9feee8dc9349da879e8babe6a3fdc5dd 1.49 MB 3,177 47
846,092 846,092 00000000000000000002f77ae970a1784d7d17efecc477d060e9a5566044688d 1.53 MB 3,737 37
846,091 846,091 00000000000000000000fa50831c9a007b51af52df25a0f96d2e30fd1688c6d2 1.58 MB 5,702 17
846,090 846,090 000000000000000000003cd331d7079ec864d34ec5dbebc174fc6c26ba0be450 1.51 MB 3,550 31
846,089 846,089 00000000000000000001b6ac4de4e6c67905214630a9912f20169efbd48555fd 1.54 MB 6,272 19
846,088 846,088 000000000000000000025b5030f806dbc525e7c6ce33f6b285777451473d23e5 1.69 MB 5,658 17
846,087 846,087 000000000000000000001bc3ae8db4522011a46c3b7b5116d803a6814a1ef46a 1.41 MB 4,770 21
846,086 846,086 000000000000000000034ffcb84bb743f9eb64e42e9452a5cc1055a7ee6ff240 1.53 MB 3,476 26
846,085 846,085 00000000000000000002f72958bb5363d9ee44aed3f39b8f91a6503fc2fabec9 1.65 MB 3,607 36
846,084 846,084 000000000000000000005d569b379a365a83445b26f5364b3b0759c3c341637a 1.50 MB 4,152 41
846,083 846,083 000000000000000000005d7e43c3d253733db0ef147128bc06114160a482e219 1.46 MB 5,155 25
846,082 846,082 000000000000000000018d98ab587e6bc0d4493f3a87444655d4656082b1531a 1.51 MB 6,151 34
846,081 846,081 000000000000000000024d56386e15a49a7d32cb240d48ded208da6847514292 1.46 MB 5,649 41
846,080 846,080 000000000000000000030e06b85043be22e39ba943f97eb95db11e158ac6846a 1.46 MB 6,355 24
846,079 846,079 0000000000000000000213ab56244fcaadaa8c3c40fa6b6abd3628c5aaefd3c2 1.55 MB 6,327 24
846,078 846,078 000000000000000000023ac98758293c25c4bf2e4611659b712bb748f19e8926 1.46 MB 4,298 21
846,077 846,077 000000000000000000012eb3d5e374107b7c82c58995891bb80ec47534032d16 1.55 MB 5,540 28
Previous 10 blocks ↓
Total Size: 699.96 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,209.09 GB sent, 210.05 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.