Memory Pool Memory Pool Refreshing

15,243 transactions
34.08 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,161 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,470 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,160 (622,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
239,365 239,365 00000000000001559c2548970c54d6cec4a05bd0f49bda8450062e400fae7c56 0.23 MB 585 169
239,364 239,364 00000000000000c7961e800f3cd6b0d09fa4b3f6f1a965c84d2ff14809a4a1e3 0.18 MB 155 62
239,363 239,363 0000000000000097b6d4acd328e1f351e6477cc70686a4eef0d02c070adcb371 0.07 MB 47 52
239,362 239,362 00000000000000d17569e60045b46f5c21b4587cc7ba7a5f44838f2f574b2785 0.23 MB 419 164
239,361 239,361 0000000000000055c691f32face29abebfc3ce18354296d7142ed834938cbe42 0.25 MB 480 165
239,360 239,360 0000000000000063a9ed534ed869d9e5f7991f09b470aed0357b63f8a1aa3972 0.25 MB 442 130
239,359 239,359 00000000000000e228001398edbadd71c6a0712ec4606347a45ffd1f124f09cf 0.25 MB 748 236
239,358 239,358 0000000000000081fa37f7b39a249d356ccd481030e7f5352707b99a824de49b 0.14 MB 205 89
239,357 239,357 0000000000000080d36dfcb8d05e2f98de26fcdf9a407aaaa4e46875aaf51def 0.25 MB 473 155
239,356 239,356 0000000000000086d6f87a1cc5a5e17b4b6f1b51f78b6fc390d5157616e66e23 0.25 MB 701 212
239,355 239,355 000000000000012de2ae26249dcf2cfd60e215bbda445c65b0ed3013cfc36047 0.00 MB 6 142
239,354 239,354 000000000000004c51d54d56cee3a512236d9264cba16321c320401506f37fca 0.03 MB 52 131
239,353 239,353 00000000000000b8d3718e3070af5e46c0a9b115d5f7c4b0f6851b75cdce5eee 0.18 MB 412 147
239,352 239,352 00000000000000a6c6a2e23ce13d7fa41ffe20c3cec50927007e56676b6307b2 0.04 MB 81 167
239,351 239,351 0000000000000111023fdaabe8e356f4d8174e28f621718ab055631d6535721e 0.02 MB 59 152
239,350 239,350 0000000000000046ebb73a1f112ef1ccc2cb4e26890d2926ac291248f6d21fbc 0.10 MB 155 110
239,349 239,349 0000000000000157374e08ecf3e163763330273bf57ede338eb188c273daa94f 0.03 MB 121 19
239,348 239,348 00000000000001512d12b77b5b6157074105121e0c15668ada5389acd13127e9 0.22 MB 564 185
239,347 239,347 000000000000013c4fb8cec9a197a8fc0f63a6d8dd9e8258d0cf84b664708f3b 0.10 MB 217 117
239,346 239,346 000000000000009fbaada8a36eabf4d62093ad5e7ed3bdcd69eac4df7dcdd61d 0.19 MB 455 178
239,345 239,345 0000000000000031d20224358823c4d81c582a2afe89076b1a6714c628bbe3d7 0.14 MB 269 120
Previous 10 blocks ↓
Total Size: 684.47 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,343.91 GB sent, 101.33 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.