Memory Pool Memory Pool Refreshing

80,679 transactions
29.58 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,225 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,654 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,224 (64,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
805,261 805,261 000000000000000000045703c44f0967e927262251a1f6a9f1bdeb6f412cf5c6 1.64 MB 1,395 13
805,260 805,260 000000000000000000000b4e08ac0eaebbad322833aa8ea6cfff818659b72343 1.83 MB 3,039 10
805,259 805,259 00000000000000000004e3f109d57b2e3d257554053e770c1067b1f916ba1c63 2.08 MB 6,671 6
805,258 805,258 0000000000000000000299aa3c74676eb6b2228ab518de0abb3c491b49369b25 1.59 MB 2,237 13
805,257 805,257 00000000000000000003d721da3f1753162e6a2376477394cc40dec02d4f7498 1.88 MB 5,493 6
805,256 805,256 0000000000000000000090baf4c6a1e4b60063b8616ebed1ee51917a03a9269e 1.62 MB 2,758 12
805,255 805,255 0000000000000000000409d05daf0594a9b7e69dd60a387a731a936c0d39335d 2.06 MB 5,868 8
805,254 805,254 00000000000000000004d4a2d208e68baaee69e9c989790bdedf842794708fa3 1.66 MB 3,227 11
Previous 10 blocks ↓
Total Size: 699.88 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,198.01 GB sent, 209.58 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.