Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,674 transactions (1.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,480 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,088 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,479 (840,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,833 69,833 0000000000636c4cff0749273a731bebdcc7e2e1b3cbd71139f323b7d3d4b1db 0.00 MB 1 0
69,832 69,832 000000000132d3590610150c38711906783cb23bbdef43f25a99089aad6c34dc 0.00 MB 5 0
69,831 69,831 0000000000b5558384e03354085e93def9b5ea698a5544efd699c99416b1626a 0.00 MB 3 0
69,830 69,830 000000000019b5d049de0b08c44be2e42e29ea6ead598d66c406e8380075dd93 0.00 MB 2 0
69,829 69,829 0000000000b4261b2ec8ca366a2b66ed6989531fe17313368f4ddb43306971b4 0.00 MB 3 0
69,828 69,828 0000000001376cbd63ed8e6a3272b09a00f7ddd05798fcac6e8333beda413563 0.00 MB 10 390
69,827 69,827 00000000005a52598bf4b7292824356efa5ea6ffadab8fc89d2585888e40ac6e 0.00 MB 1 0
69,826 69,826 0000000000c4c62b1eefaf1fd6763b7e3ac585efd3aba34261948f27d795a142 0.00 MB 3 0
69,825 69,825 0000000000c8bbf638b8641479f7e20ad9d93cc03ee2703142875b5f643f5456 0.00 MB 1 0
69,824 69,824 0000000001172fd0f4fcd3777cf864ed87f49774a4e4b50f7ac9788aceacd061 0.00 MB 1 0
69,823 69,823 00000000001129e5a09ad03647abba39f8cd836ae7d195b9477f83111fe9e544 0.00 MB 2 0
69,822 69,822 0000000000242765e019bd72b31b2ec764002a7c3aa1f48aa66c17e1962badf3 0.00 MB 1 0
69,821 69,821 00000000013f3289e3801c34321ee69afbde399b9e4e0f91bcd560a9f16d73e1 0.00 MB 4 0
69,820 69,820 00000000001cd928f8b7839b658caca0e51b7b34e829e7e8cfda52e0f9fe258c 0.00 MB 1 0
69,819 69,819 000000000049d407bccaa320872965a1586b0a88ee0b7987ec5dec9b1c377ab5 0.00 MB 2 0
69,818 69,818 0000000000bd3fa728103ed239f6ebd2a2019b2716d6616599e0ef4a4cd3e9f8 0.00 MB 1 0
69,817 69,817 0000000001034b16b7287f5cce89abca29c4449a48cd8c64c9597f897f85041c 0.00 MB 1 0
69,816 69,816 00000000005b2ca8ba4f60a8404e009cc50f3722e61e51cf12d2f26a91c03509 0.00 MB 1 0
69,815 69,815 00000000010135362e4b059f3176fe96b9cbc508e94ae18a28cf143e701d330a 0.00 MB 1 0
69,814 69,814 0000000000a7ddc14a6fea429010d1101a26c45d1e884909a3af2194caf8451a 0.00 MB 4 0
69,813 69,813 000000000023240d51f543a976bb86e5d1016566f3b65e0a75717b4058ca0f9d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.28 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,242.76 GB sent, 119.94 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.