Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

490 transactions (0.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,514 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,513 (854,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,561 55,561 000000000b6ed145466f71b1ce7721280a324a107e4180f5876b6dc869a3ca9a 0.00 MB 1 0
55,560 55,560 000000000bbb19e60fba43f9e8592fcdc90bbdbdf8ce64eff29b7999e8a6ce5c 0.00 MB 1 0
55,559 55,559 00000000131bba837d91f3f6f4ebcd7d43d2069e4910c382049028ccfb5e08b1 0.00 MB 1 0
55,558 55,558 0000000012b183610c845cf3bba41a60942a049329b47b7cf5109d965cbac707 0.00 MB 1 0
55,557 55,557 0000000010d07d341efe4b0180a66acde0050e5feb130481c481b3621b0460b7 0.00 MB 1 0
55,556 55,556 0000000012d9f076f38222cac7eb4b3f961dad3ef5bd73835b3bc82af488394f 0.00 MB 1 0
55,555 55,555 000000000733baab2c0e5b1d90b6e3f97bb8c9d3ed5c6212a9da6e12b63e0af5 0.00 MB 1 0
55,554 55,554 0000000009b9210ecfc8f2919eb4c68a62c907b331915d74bdf4027a24d16627 0.00 MB 1 0
55,553 55,553 00000000058c13866a435b0d69f101ce74f9f6ddbe49c77f7fb34fbb2c594ad7 0.00 MB 1 0
55,552 55,552 00000000003fb4c7ace448732924b2f8804faec1671c788645a4cfd0be796eab 0.00 MB 6 0
55,551 55,551 000000000a57da4be715da55d0457bf1d93a494b80b067a57002b1b0f77c81c0 0.00 MB 1 0
55,550 55,550 00000000137b58514408431989360297e6de53e84936b8bc320340bde903313a 0.00 MB 1 0
55,549 55,549 000000000814343032b9e8b6029911287f381d02637e5af48fbff1f5192a2d13 0.00 MB 1 0
55,548 55,548 000000000cb0455c1828bbb5f87a0bb675880b33c0dbeacaed901572ecbfc0f3 0.00 MB 1 0
55,547 55,547 0000000011c7532126a835f2fdf7c55b8d161db200037d79ce27f93e267a180d 0.00 MB 1 0
55,546 55,546 00000000012d06d968d844ac411f85bd294fc2f5eed3c02634cb4025143c9531 0.00 MB 4 0
55,545 55,545 00000000128f4040451b069ca484ed0800ceb3e437a1dc2cecda9756a80ef0e2 0.00 MB 1 0
55,544 55,544 0000000011c90e7de7553dfc3c1fe8976a25bff61b0388e7a9f2fdceca15690c 0.00 MB 2 0
55,543 55,543 0000000007a71d96857e1f6a5f64529451096ecfe15caafc5d62f2b4e2e3f44d 0.00 MB 1 0
55,542 55,542 000000000c6287204a4433ffd15396233d15b1c80cfbd6f1d98f652afe712e22 0.00 MB 2 0
55,541 55,541 000000000428102eec030c143742c19c437d167cd09553b7e750d9150771d962 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,244.67 GB sent, 120.25 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.