Memory Pool Memory Pool Refreshing

67,940 transactions
32.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
870,150 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,227 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,149 (116,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,051 754,051 000000000000000000020cc16c98ceb09b11e02b5b23a58569bf37ca09efc320 1.59 MB 2,961 16
754,050 754,050 0000000000000000000016d40c941001811872273209d2dfffbe2cccf86952e5 1.59 MB 3,482 27
754,049 754,049 000000000000000000025d346604ab81311de6d94c764a5d20538e00bb093276 1.34 MB 2,547 24
754,048 754,048 00000000000000000008140a58ba248e7509e275760b2b7ce296bc7733817d78 1.14 MB 988 1
754,047 754,047 0000000000000000000153e60cca298c50c45c0879c4db474e93a4b54d0f3351 1.54 MB 3,048 12
754,046 754,046 000000000000000000044e658ac14e380cc188c964832d1ec818247b2d703af3 1.52 MB 3,220 26
754,045 754,045 00000000000000000005bd78f21f0175c07fb2e1bad49677566d4f2649461fb5 1.72 MB 886 4
754,044 754,044 000000000000000000000ed4b874d09a9194a86931b03fd017f660de281641f2 1.62 MB 2,238 4
754,043 754,043 0000000000000000000529fc13d15e9a2db2829bb3c9119b407e861ff8ef7ea0 1.50 MB 2,535 11
754,042 754,042 00000000000000000007b5cfe0dcf37ddc4c5ba1487846fd1ee176b08cf32a05 1.32 MB 1,347 14
754,041 754,041 00000000000000000008841049de7b3c22e597f54ae1d4d5a0a769e637ec8522 1.52 MB 3,374 23
754,040 754,040 00000000000000000005c7c146e1b235598693a1cdbd672454cd88d5ec0a284b 1.40 MB 2,254 26
754,039 754,039 00000000000000000005c07e988232e910458f8449c5ec35fb1034a75fc844b1 1.44 MB 3,101 19
754,038 754,038 0000000000000000000111dbe35db25ab7059e4764e534bb2787dc3b462f37e1 0.46 MB 645 10
754,037 754,037 00000000000000000002cdad54bdfb330297d8e8d4764acbf8bf88d5fc35ada2 1.30 MB 708 4
754,036 754,036 0000000000000000000574440d930ef743a53b7283784ffff5714ffd1a499646 1.74 MB 1,839 5
754,035 754,035 0000000000000000000862cae80af6eda1a4038410dbe4120d02393c46c5dbbc 1.46 MB 3,568 20
754,034 754,034 00000000000000000006e2fdd48df390429ca77e47c5166d2b1b3080ae5adfb5 1.76 MB 986 1
754,033 754,033 00000000000000000000d697e80c7ea4f88467e0065146e226b408853e4a42f0 1.94 MB 521 2
754,032 754,032 00000000000000000000f68c64b3a94bf242aec3cf9014d83897016e43bd8f23 1.72 MB 1,883 9
754,031 754,031 0000000000000000000796974a3bf08920af19d57e32157699991f4a44455efa 1.81 MB 884 2
Previous 10 blocks ↓
Total Size: 699.74 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,185.80 GB sent, 208.64 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.