Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,800 transactions (1.71 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,341 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,917 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,340 (819,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,959 90,959 00000000000e0b371bcfe0662cc53441e64c411fa052f72e69c26b74d5441b0c 0.00 MB 1 0
90,958 90,958 0000000000066ae0cf14fafe66b2ce5b239c701547ca7e40fd592af7c8e38c53 0.00 MB 2 0
90,957 90,957 000000000004cefbc4bb25a7799ffc5ffd8260506f4777cc3cdff12ef6059098 0.00 MB 3 0
90,956 90,956 00000000000cb920e939012c03df23bef172d2b343fc1ded884a88396d4f2319 0.00 MB 1 0
90,955 90,955 00000000000230f0b1a68f0d4394219f8ee552fd89ae3fe2bda411eaeb569d63 0.00 MB 2 0
90,954 90,954 00000000000d3b59ed9f05f896a140adafb678050702a6a802a19a9c79c00241 0.00 MB 1 0
90,953 90,953 000000000000aa9167b92de877acf7ec9d8a55ef49893018b8cf275d78af5202 0.00 MB 3 0
90,952 90,952 0000000000076b6a2962eca74792d9284944deed052e3d9cc3ac4ef931b6b555 0.00 MB 1 0
90,951 90,951 000000000002c6f6d148b679e8e2342f597a7140c7f008746484611eaca4d0c2 0.00 MB 1 0
90,950 90,950 00000000000d6a05594b7b55e50a317d73d29ff86fd2d0960076d15e6052bdbf 0.00 MB 2 0
90,949 90,949 0000000000006dd8bc7396d3d9cf9d83cc3d7dc57740aae774c112d6b6f7a5bb 0.00 MB 1 0
90,948 90,948 0000000000093613ec4de8e407e47892d12c294814cc3a03f953980f786502e6 0.00 MB 3 0
90,947 90,947 00000000000433fecc91792d2f0181ec70efc79966f98bf6879c146c78908683 0.00 MB 1 0
90,946 90,946 00000000000af424e3ae79e9c9094d8ced5759fa4a57c7bc9acf212228b66451 0.00 MB 1 0
90,945 90,945 0000000000035f066eb16fceac4b6847d33a666555306021dff7499352173ca3 0.00 MB 2 0
90,944 90,944 000000000000751529e86a06a7fefc3e434dc09e98f2dc0387245008477a6995 0.00 MB 1 0
90,943 90,943 00000000000d9d2185adb37bcf17ce15223393330224d2bbfef7b53acb251e79 0.00 MB 3 0
90,942 90,942 000000000003624879ee67315312932f65c8d1d78a5662984824f4c634c97ed8 0.00 MB 2 0
90,941 90,941 000000000001271587e50a435a1afa44fcda0c0700cd17fc3e3de68cb3557bdc 0.00 MB 1 0
90,940 90,940 000000000008a391590d8b0e6f8018231c35ff4481bf15525ec8fe3c9e01c253 0.00 MB 2 0
90,939 90,939 0000000000034fc9d65e9a9082fd535343d5508b21cd1933b71f5f706eaea4e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,231.88 GB sent, 118.72 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.