Memory Pool Memory Pool Refreshing

18,127 transactions
29.91 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,765 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,764 (16,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,270 847,270 000000000000000000002b4fd11efdad38a596fadc9cbe803be4ff3d83d79a80 1.47 MB 6,312 37
847,269 847,269 000000000000000000033e2dfe204c83e0078e56be52e9170db9121ac9ebfab1 1.43 MB 6,070 62
847,268 847,268 0000000000000000000021fb3a567d7d9c7837dafd6a46df38cc817f02268932 1.44 MB 6,063 36
847,267 847,267 00000000000000000002f9ae40ec34ad5129fcd6abae8fa5d1bfe4cfdf3878c0 1.51 MB 6,120 36
847,266 847,266 00000000000000000002957ebf32a30ebf1bd25d881a817e702c387aeb43e82c 1.53 MB 5,527 39
847,265 847,265 00000000000000000002c82a6166d4633968a72285f229965c37d9d71b44b8b2 1.47 MB 6,748 31
847,264 847,264 0000000000000000000126f10082aa82bef217478444f638043bb0d2cf71ce8c 2.06 MB 5,076 31
847,263 847,263 00000000000000000002b3e41fe5d76d045b939f1a27a53cf8468b586a21f245 1.58 MB 6,815 23
847,262 847,262 0000000000000000000338fc2a523e402d5f788444be17e4f550666d1bae126b 1.47 MB 6,327 35
847,261 847,261 0000000000000000000109dcee3651f1ea3b7d95b68739589888582d901a1a48 1.51 MB 5,653 37
847,260 847,260 00000000000000000002c58f95c515cbe268e8198fbd208a1d681ced8a7701f4 1.50 MB 6,638 30
847,259 847,259 00000000000000000002e169c8db7a003bc229061693f51ae0833fddd2ae71f5 1.59 MB 5,243 45
847,258 847,258 0000000000000000000023a42713fb12b21d3cc5d0ff6af255b6b41ba8747344 1.84 MB 3,031 68
847,257 847,257 00000000000000000001564c6393d39b57f369c2038515e1d6e477ababb861e1 1.67 MB 3,720 22
847,256 847,256 00000000000000000002a81d7a5637819d9eae8e58fac9439533fadf8b9dfc20 1.69 MB 4,803 35
847,255 847,255 0000000000000000000309912e675ac86b195a25e7ef8797a705ee991569cabf 1.56 MB 6,578 26
847,254 847,254 0000000000000000000024d75c6e6d075c7ea58d41a2b15a7a7f132ffc231501 1.52 MB 6,314 37
847,253 847,253 0000000000000000000265429a53ee1eb9ffe39e8cf7c5ee5d586d8a593f3187 1.59 MB 5,311 55
847,252 847,252 000000000000000000010f7638000626a2ac92f18a376c53477e94994d47f562 1.49 MB 4,894 42
847,251 847,251 0000000000000000000020d87e1d75a8214478fde6d447c4bad181f8438da3f5 1.55 MB 5,830 33
847,250 847,250 000000000000000000028e4a64450c8c0249fcfdbe7544f04d8fc84bb0885e35 1.51 MB 6,486 24
Previous 10 blocks ↓
Total Size: 687.57 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,520.57 GB sent, 122.73 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.