Loading Tool

Explorer IconExplorer

Memory Pool

715 transactions (0.22 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.38/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,288 000000000000000000022b910000000000000000000000000000000000000000 691 0.00503089 BTC 0.21 vMB 2.17
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,287 (838,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,936 73,936 0000000000b7d7b07cbf0d9a971f7da21ad6d5376ac1bd168cc432dfda0f75e3 0.00 MB 1 0
73,935 73,935 000000000057418119b54407e6dac1afddfc8fa97447b0fca6e89c74ce5fe990 0.00 MB 1 0
73,934 73,934 00000000004cdc71cff2118123d957e8e2af2cc864ac21121069ab945ccc263a 0.00 MB 1 0
73,933 73,933 00000000007c3c4d44f7039669ac6a6ca883c59b0c98158b677d59066662538a 0.00 MB 4 0
73,932 73,932 00000000004126346d652a41b67b7a5d45deec7dae15526d1a77a29e975a2df6 0.00 MB 7 0
73,931 73,931 000000000045aa8a85dba96e1aae6f822b62505418ff3984b7af31d6cfcfe390 0.00 MB 1 0
73,930 73,930 00000000005cde042f65fb03bdaf837c1ff9cb8a00602bbbf1477b272ba218fe 0.00 MB 1 0
73,929 73,929 00000000006acc77e3b4726db7f7d4c9f8208603fb238a3347b09add85494381 0.00 MB 1 0
73,928 73,928 0000000000384476a7c798f525c67d9cd29b79a526611e79a1572c83ccca4aad 0.00 MB 2 0
73,927 73,927 0000000000846fe345815ee299fa8d47d758f4ee111fcab66bf783c4d5c149b1 0.00 MB 1 0
73,926 73,926 00000000003b34fe124524a50febc0e4d4dde967b274c765a747f680940f54ea 0.00 MB 1 0
73,925 73,925 0000000000adca4070a604379fbf00258ff22c4e262da42c9010c6968acce7bb 0.00 MB 1 0
73,924 73,924 0000000000801c4a4bc9e506d3e7820aa26cbfb2452ebf14d988416b675124b2 0.00 MB 1 0
73,923 73,923 000000000093b10b4579c3013ab062553f3a9bc64df9296ad66a2affe3ad8531 0.00 MB 3 0
73,922 73,922 0000000000410969d8dbd4c4378d85d1c12822f959a3e74f05a7c9d658ecc4fe 0.00 MB 1 0
73,921 73,921 0000000000ac9de37f9ad3f03aab66e94c62cd7b79a6c472a4181eb49c9394bf 0.00 MB 1 0
73,920 73,920 000000000023578ac15d5e77016c055a17279a0ae95cb9d19d9d2dd551de1ca9 0.00 MB 2 0
73,919 73,919 00000000005516fcb6e63bf0d1e2301a75c028db99df587dd1cde28c1ee761b9 0.00 MB 2 0
73,918 73,918 0000000000811c67bd35d0a0cafcea69a51453719bb9167574ebb6a0db205353 0.00 MB 4 0
73,917 73,917 0000000000623c0dce7b09ac6ac9a4bb632c94e45ad17e1162b1847385716f3a 0.00 MB 1 0
73,916 73,916 000000000059b05c7661c922a40a5d8dadd2b2675c8c7eabedd42e105284abdc 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 777.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,540.83 GB
    • Received: 136.40 GB
  • Uptime:

Notes

  • 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.