Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

682 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,726 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 674 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,725 (870,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,955 39,955 000000002f45ff35515eadccb1e96999d3e10ddbe396232a0d278fe27b12c519 0.00 MB 1 0
39,954 39,954 000000002f412b3785a138f43ba2b756f0c4624bc64bebdb68d0b24d53d2f2e9 0.00 MB 1 0
39,953 39,953 00000000817c9171b709b1436f714113af0228e2377c08c2c78baf41e63b3046 0.00 MB 1 0
39,952 39,952 000000003870ff19765769348692231b9bb849b1cb1bf509a3d90714b4d0b7b3 0.00 MB 1 0
39,951 39,951 000000007ea688aab1058c0ffb9b7363cabd0dcacaa52d9661933524b4041e25 0.00 MB 1 0
39,950 39,950 000000006291afc10ae5e78c5d60fa4260707aabc95f63077a96023ae724d7f9 0.00 MB 1 0
39,949 39,949 00000000019497c8e2278bee2f21a7ca7c1eef4676035b59332ece527c48d347 0.00 MB 1 0
39,948 39,948 000000003bdfb85904eb3fde9d7c7d751181516dbe5d463b601e864e264f63bb 0.00 MB 1 0
39,947 39,947 000000003d1bd896fbc3ae8746add4cae4bf6c06da4e2c5dca1b1e427644a904 0.00 MB 1 0
39,946 39,946 000000000c4a4210a9d31222e5d54f0d5eadd8f548b8707274498c0fb086c516 0.00 MB 1 0
39,945 39,945 000000002a91e30c4b6dcedc4a160b0f0919bb20c50f5a20a368c82f37227111 0.00 MB 1 0
39,944 39,944 00000000775650c84fe4773bd5c5e356eb499266c34fb43940fd704bdb7eed47 0.00 MB 1 0
39,943 39,943 000000006743435456eb3c89659bcfcfb96a453a75efbaf1d166fc1d3c941f4c 0.00 MB 1 0
39,942 39,942 00000000160e2f4c321165ade727dd3846cc61d1d6fb48cdb38a47c245a3b695 0.00 MB 1 0
39,941 39,941 00000000204fe020b847de822231e32ce14782ab87e98dd1e2ee45064b246466 0.00 MB 1 0
39,940 39,940 000000002fd29eee99fe9b04f49d5c4068e7f6bae8d98f3781b7a1766324dcfc 0.00 MB 1 0
39,939 39,939 000000001bb374bcc4ca07f8e131beb3a17e5804417ee78cd145c581284876a8 0.00 MB 1 0
39,938 39,938 000000005fd60da4a0fda47bcf494b5fea80f1a4987cb3c6adc7322565a6e5af 0.00 MB 1 0
39,937 39,937 000000004510ea7ba0601d0c29ab02f956fe442cc804f5cf8da0fe15c55a5824 0.00 MB 1 0
39,936 39,936 0000000061c7e83f9a63909fdae64afbc702606f3999930c1022da8830cd407c 0.00 MB 1 0
39,935 39,935 000000008abea507377fbe98b7b27a86bca61b2cce95a9d63c3d12e670f4b23e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.72 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,291.92 GB sent, 122.22 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.