Memory Pool Memory Pool Refreshing

22,378 transactions
30.39 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,662 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,238 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,661 (72,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,085 791,085 0000000000000000000499a56043a912c2103382846c7021e280e096963d8bff 1.63 MB 3,408 49
791,084 791,084 00000000000000000000b82a6f4369a52dcee63074fccc986435d547dd3d2c76 1.59 MB 1,431 57
791,083 791,083 0000000000000000000021483d9e367597466102ed112d65b4f53e207e2c25bf 2.05 MB 2,413 59
791,082 791,082 000000000000000000001d8b98b4961c5f1f21ab1a8c0e06aeb0041e6d7136d4 1.53 MB 2,931 65
791,081 791,081 00000000000000000002ac14e7dc7532c460dce8992328eda3ac38044a6156d0 1.47 MB 3,391 66
791,080 791,080 00000000000000000001074ad8b01f49620f8694737b8dc42644e3f1c03f7b97 1.58 MB 3,384 65
791,079 791,079 0000000000000000000509dc068f4a2b559aa07a5f84a0ed69b86ecc4206ad76 1.45 MB 3,113 95
791,078 791,078 0000000000000000000006aa6b20eee72f13cad1f853fb37f2efb6a4b1314524 1.99 MB 2,953 49
791,077 791,077 00000000000000000000f280fb845b7a8104e794cd93ee63d97ddbdd13f97740 1.75 MB 3,104 66
791,076 791,076 00000000000000000000d1d3bb4ea517feacedd56af85d22a9bf4109af44e12a 1.64 MB 2,620 51
791,075 791,075 0000000000000000000506136b3b15c916eacbb559eec4b2c5600bb3cffd1e88 1.84 MB 3,309 61
791,074 791,074 0000000000000000000287ffc05ecf6ea7088a28ec383223a9b4117111e5d48b 1.55 MB 3,363 79
791,073 791,073 00000000000000000000fa5c709a3649428865910713eeac3031419b14a89e2b 1.68 MB 3,468 29
791,072 791,072 0000000000000000000115a529b1672ba4db68681c17e0c52dbc93a0ac1a24b2 1.63 MB 2,697 33
791,071 791,071 0000000000000000000371a57a093283943ff336e14e030ea96644691f3ae0bd 1.78 MB 2,242 58
791,070 791,070 00000000000000000000f94cf02a09211afc8acc9d67054f88b2f09c2aea2071 1.65 MB 2,885 51
791,069 791,069 00000000000000000004ecee97d28ab46971b54e4317fa7021dc6826607dc0f2 1.82 MB 3,269 59
791,068 791,068 00000000000000000003a80a0312b52c87dd82a95d1df1e030b00f65163d562d 1.45 MB 2,894 74
791,067 791,067 0000000000000000000584d8e488e2055c6c49d0cc3ba298b8c44c990c49140c 1.36 MB 2,523 71
791,066 791,066 000000000000000000052c671e25554ba7b2245d336703b676b91bf4927ffdc5 1.84 MB 3,180 36
791,065 791,065 00000000000000000001b082a02a40868d6f1c07380481688c8aba97c6b19005 1.80 MB 2,351 30
Previous 10 blocks ↓
Total Size: 687.37 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,516.86 GB sent, 121.69 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.