Memory Pool Memory Pool Refreshing

35,457 transactions
29.28 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,219 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,384 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,218 (669,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,090 194,090 0000000000000114d51aa6ff7e7b6e446d05ab0fb9f15fd65986bc7fe8504802 0.26 MB 734 474
194,089 194,089 000000000000059e7bf63f0dbcf6ab94a4d8ffa06542ce567064b00a2f5f1f19 0.01 MB 32 0
194,088 194,088 00000000000001f53b440ac0ee018fe6816f211325774859fca9e71a9771123e 0.06 MB 112 323
194,087 194,087 000000000000071086860a0ae0e572896c8080935f898beb0afcc7f3599b8cac 0.01 MB 24 93
194,086 194,086 00000000000004a7beff2bd8d632e96e19b8268430f5a0316606b21147889987 0.21 MB 457 159
194,085 194,085 000000000000021adbed23ca0c3745097d8aaa3304411cd9fcae26b723af3c69 0.10 MB 183 117
194,084 194,084 000000000000012a8236fa6e9eeaffee8d8852443fba31af7b2ffd3b433e118f 0.05 MB 152 3
194,083 194,083 00000000000000540ddf9a2a7a8c6a4ad6bfee4f5a3981dbc13d3039639bce76 0.21 MB 615 198
194,082 194,082 00000000000004bf86e43fdc2ba5469e08959ced7cb257fef0263b924207e57f 0.24 MB 280 82
194,081 194,081 0000000000000721c2be72b990dd90d9a2adb305072149074e95474eb88f1722 0.25 MB 230 72
194,080 194,080 0000000000000083bffeab48c4bef307a62d73eea0f231bc75f7051495ccb758 0.21 MB 415 146
194,079 194,079 00000000000003fe1141ae68cf2752062f4fcb164fa166740901715270cd4bef 0.17 MB 184 84
194,078 194,078 00000000000003555a6f4f412f13acc82dadf6b4262fda7b64d77e3db4e16121 0.33 MB 512 252
194,077 194,077 00000000000001bd287ec07bbd8ede6b7c7a4dd872c8e6b8562bccd39c4b0858 0.06 MB 171 45
194,076 194,076 00000000000002a2298e5415a6e31018cd55eb1fb12e397e0e3ef3df15bf24b1 0.10 MB 189 125
194,075 194,075 00000000000002e99380aefe897f99bd7f6819b834bef7463dbdd00fbf8be504 0.25 MB 804 188
194,074 194,074 0000000000000423e3350088fb2883e5e9038dd2a2a42a21cce012e32189185b 0.25 MB 631 212
194,073 194,073 000000000000034540de1dcc28c15219a6cc1372f41a8aa080c8784ea2062d05 0.42 MB 474 247
194,072 194,072 0000000000000363909ccff8d57a8b758f37ec0bdaac92896c70a99f97448ee5 0.25 MB 830 360
194,071 194,071 00000000000001373821e8146a5230b4dec9ac8c3675c52e124673c34c9f4793 0.19 MB 461 169
194,070 194,070 00000000000003200a0df41ef5d08b2f4cd99474f9f9628ad8a3d0b5df0c675d 0.05 MB 113 98
Previous 10 blocks ↓
Total Size: 686.54 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,473.60 GB sent, 115.35 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.