Memory Pool Memory Pool Refreshing

80,803 transactions
29.42 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,221 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,476 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,220 (64,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,282 805,282 00000000000000000000a2fdd81e79e7fe0a7f3ce57679178606cd9c70bc4af6 1.86 MB 4,890 9
805,281 805,281 00000000000000000001cd5a8c53e449ec255765000761202c77239fbd6bb6a1 1.76 MB 3,561 8
805,280 805,280 00000000000000000003c5088e6fd2ab3df46b1914c667de8109b7febf17a786 1.56 MB 3,356 19
805,279 805,279 00000000000000000003b38cb74b82c4f9cc766a15c6526e04a982e56bc444ca 1.60 MB 2,701 9
805,278 805,278 00000000000000000000584136b91bd366aef5c7048311f8b238149149a98bf4 2.43 MB 2,811 9
805,277 805,277 000000000000000000003970f79c5303714da75bd1bd60600ef3489ef48cf4e0 3.81 MB 277 7
805,276 805,276 00000000000000000001fb92193ee44c08005731879a58c3d221e12ba937ab24 2.96 MB 830 8
805,275 805,275 00000000000000000001ba5b985684ec80f5e7d23ed5b3e5e12acc5579cc57fe 1.66 MB 1,556 11
805,274 805,274 0000000000000000000500c05f5d810613d3ad7eac3ed095f5708f546336772e 1.44 MB 2,653 15
805,273 805,273 000000000000000000040d3469f44b0d8adb8976ab9f93f9d44ebc69e6fdd8d9 1.88 MB 5,067 8
805,272 805,272 00000000000000000001c15319dc2f9f1707349b94d761c837ee502e9bb0c9a7 1.68 MB 4,265 6
805,271 805,271 000000000000000000005eb507fe742ed785555a4bf5c7ea992c93990b353076 1.52 MB 1,722 10
805,270 805,270 00000000000000000001f2743be3e0634a9ec8821ff8367574757f32d36a60da 1.77 MB 4,473 7
805,269 805,269 000000000000000000035038439b5a02757dea0a3d975c91d43a5282227dbd48 1.78 MB 4,804 7
805,268 805,268 00000000000000000003e6633b2c1c9127fb320dab73c12c2640a56a17b37e76 1.44 MB 2,658 6
805,267 805,267 000000000000000000040fb5cfb63ec76316aa97aea7f327f718ea132d175580 1.88 MB 5,195 6
805,266 805,266 00000000000000000000f3bd36821eaa178e2cef2ce966a443ef4087947d6e7d 1.58 MB 2,268 13
805,265 805,265 00000000000000000004a40d7322e427be33bacf37a9f5d2586fdaf723400f5a 1.75 MB 4,220 8
805,264 805,264 000000000000000000001c1e7e10d007aa6be02324bcc452dfacdab3c34d7bbd 2.11 MB 6,853 6
805,263 805,263 00000000000000000002cfdf26ce0e40215e43124212cbde6f516c8d008b6d64 1.94 MB 5,695 7
805,262 805,262 00000000000000000001f090f0af41c8476964c75740e93d99d1ed6aa3d50429 1.82 MB 2,845 7
Previous 10 blocks ↓
Total Size: 699.87 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,197.81 GB sent, 209.52 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.