Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,081 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,609 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 1,075 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,608 (874,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,017 36,017 000000006ecb92ac1592e5daf701e10d4e214dfaea3c96efc0e6a053d2b53bc9 0.00 MB 1 0
36,016 36,016 000000005c398715ecc128a73dfc5b3a9e951a0ace505099735099a7d5db60fe 0.00 MB 1 0
36,015 36,015 0000000073d9acd16f2353039f1136449c32d7113b8aa4a5a306bfa57d34fd31 0.00 MB 1 0
36,014 36,014 0000000001bf08d9449235e0bd06a70b6d4ab9449457b997ea1c633345bd8afb 0.00 MB 1 0
36,013 36,013 000000009cfb390958cbc18184f225a8a68f0f45d8acb243d906ae236d793f18 0.00 MB 1 0
36,012 36,012 000000009f9f2f9fa590d3aefbc1f3fadfc9f97e18b8d81d4da0d4ed5b0a6a4c 0.00 MB 1 0
36,011 36,011 0000000069c37e818e2fc29822f577f4cdc5ad48a6f41292b3e3b35281c70abf 0.00 MB 1 0
36,010 36,010 00000000a40766b378cc4419e839450a88b6aa4b683484d8a0cba9e8986c0a47 0.00 MB 1 0
36,009 36,009 0000000058002b9005b1b9ae301da85f931140847564b91f813809c1204bc911 0.00 MB 1 0
36,008 36,008 0000000045724b981d2a52eed6ece777bd71d6bf0386cb78f9835d612ed14679 0.00 MB 1 0
36,007 36,007 000000002ac520c563c47ca31569b8aa0958c39d22c66edf3c504566820becea 0.00 MB 1 0
36,006 36,006 000000004231841dbebcb0ad7796fd43913a39173fc73781a22b9abeb85637ef 0.00 MB 1 0
36,005 36,005 0000000023e7ed5aed413ce5709e5677bf21c2678e610e7ab915e801e34b8538 0.00 MB 1 0
36,004 36,004 00000000781d563f89ea07b8bd9e6991add571aa6acc1a9a7cb847d3c6e0b95b 0.00 MB 1 0
36,003 36,003 00000000270054ca01e5a0a00665ccec1846d767364f96949813cfa9bbab6de4 0.00 MB 1 0
36,002 36,002 000000004741dffb191e7b79af8014f852d62aba136a5121ede4e40279054b11 0.00 MB 1 0
36,001 36,001 00000000351f0ae03b547ed0f9eb5e92f6cf6870aedf92e31487465e52d56af4 0.00 MB 1 0
36,000 36,000 0000000080c3deea35dc3df90a5fbe5f27db52f5e01018ae7d62f8b454c71335 0.00 MB 1 0
35,999 35,999 000000000584443200dee61474ac429b682af7411d745e4b5d3a8fb12dc4daa8 0.00 MB 1 0
35,998 35,998 00000000c2c67c493f5308f3613238e683289783ef5fbf30cf82eee56773875c 0.00 MB 1 0
35,997 35,997 000000009c7b494f960d3b81e2cadb1fba1ea616b8f23e89dbc5933c83e958d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.50 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,256.36 GB sent, 121.04 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.