Memory Pool Memory Pool Refreshing

69,027 transactions
28.64 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,826 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,397 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,825 (51,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
819,066 819,066 000000000000000000007d67f6a51d38cbf64c239f54dce0dc70c44611355131 1.87 MB 3,012 52
819,065 819,065 00000000000000000003d0a5bdc42c5c01fff1331ede54b739763d3bfb657981 1.90 MB 3,270 61
819,064 819,064 00000000000000000002c065f8ee28bdf62925c029049d1af408564b09da2133 1.94 MB 2,841 75
819,063 819,063 00000000000000000001f0d0d7d5a07e76ad550e05b7c20269a95b57f4bec0c0 2.27 MB 2,768 54
819,062 819,062 00000000000000000002640050f40908f6814654a803d6c748f697106beca4e6 1.72 MB 2,491 42
819,061 819,061 00000000000000000002518417239434ddf3d7299521c08534623c19883bc518 1.91 MB 3,256 50
819,060 819,060 00000000000000000002b32ddba346733db82e1cd284c7f3a5dd43b1223b936c 1.90 MB 3,168 73
819,059 819,059 00000000000000000001c661bb46aa84d49f0bac21f768e414f2b6d68f71a65d 1.79 MB 3,546 53
819,058 819,058 0000000000000000000168e2b4c72b54e4409249b550933516d9f50f758fb32d 1.74 MB 3,165 56
819,057 819,057 00000000000000000001a6bff5eeca7537c0a5795d0e17114e85f158f6f34318 1.78 MB 3,731 65
819,056 819,056 0000000000000000000013b4a33e901cbc69ade7b907699c8cbead3e78f2ed9e 0.00 MB 1 0
819,055 819,055 0000000000000000000031222aef0b1f434f2c08bff2be7f8a457a4eb257ebcf 1.57 MB 2,843 81
819,054 819,054 0000000000000000000181337bbb48b9834a91307f33ee0f0016c0c82b2c6b88 1.79 MB 3,504 32
819,053 819,053 00000000000000000001837900f18a8e40f86fdd3c6756a85e1a43bfbe43f5a1 1.85 MB 3,139 37
819,052 819,052 00000000000000000002d946bdc847ca0537913b8411e49c2cd078d5b73f97f9 1.75 MB 1,463 32
819,051 819,051 0000000000000000000231abb88821c0eb493a0495b9e054300bb0d713bf2cc6 2.12 MB 2,773 46
819,050 819,050 00000000000000000002d43e56eff90c35e26f3c4f2ae789f602872a343cc6a6 1.76 MB 3,255 38
819,049 819,049 00000000000000000003890af1db2e788f8b4935a711d4464f1a242db32ffb40 1.70 MB 2,924 36
819,048 819,048 00000000000000000001ee5b8f27860a6c3e70ffdea85988f536f03e2c27cd49 1.46 MB 2,466 40
819,047 819,047 000000000000000000009787cd53859bf01e244f6ead50b6ad3eab6b16994cb7 1.52 MB 2,837 61
819,046 819,046 00000000000000000003446ffeb8eb29cf504a976baf10968660086b830fcd5d 1.63 MB 3,188 46
Previous 10 blocks ↓
Total Size: 701.02 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,398.08 GB sent, 217.41 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.