Loading Tool

Explorer IconExplorer

Memory Pool

65,191 transactions
35.50 vMB
0.15598807 BTC
Random Selection Loading Transactions
Max Size: 190.47/200 MB

Candidate Block

Mining Attempt b3cdb86833c5ff657753205d3fa313d20d71c7e74d8d298ab3c705c5d111837e
Version 20000000
Previous Block 00000000000000000000ac06ecc4d286c0b31c9b3f070678d7446ca42e8e89d9
Merkle Root 6066192bad6e99f4baeeb3cb1942198b0a18e32330b0129ea65c3633bd0e5384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.04092003 BTC
Feerates: 96.89 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,421 (833,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
80,954 80,954 00000000002ea0c040533adc9fe38ac4ec1890ca1312c3a18e5dae8ab9353dff 4 0.00/1.00 vMB 0
80,953 80,953 00000000002ffbfcfc0cbf35726e8b404fc862ba820e4082a5c0585c02431879 1 0.00/1.00 vMB 0
80,952 80,952 000000000012dc61607483253f8b954062bff6269b34d3893e75d141e1a1b9d0 2 0.00/1.00 vMB 0
80,951 80,951 00000000000841f426ecdd88ebbe5419162f3cb27b36fdbc0bb8f912de38fd90 1 0.00/1.00 vMB 0
80,950 80,950 00000000002a8a86705d958a112c94d5f25f7f6c9c48c02e4b9e44969a27c803 4 0.00/1.00 vMB 0
80,949 80,949 00000000003b9fb7fad43fa07941deb4972f4bca05a29ccd0ccfcfa80412530e 2 0.00/1.00 vMB 0
80,948 80,948 000000000023932d76bf056ec5eb84522ef62170fdfa4779f1205af046218ba0 1 0.00/1.00 vMB 0
80,947 80,947 000000000006eda50c22c1d12ff939d790da3f33262af5122056c18c7de3bddf 3 0.00/1.00 vMB 0
80,946 80,946 00000000002d24086f80dba95191ad7a44c0fbf77083940f211a976b2b094647 3 0.00/1.00 vMB 0
80,945 80,945 00000000002f3903ca787ee5320bcf30244e2c911483c24700745e360a85195e 3 0.00/1.00 vMB 0
80,944 80,944 000000000024f580b0625ef80b28e10d2290d81b1f8b3a1d6adbc9aaab6797b6 1 0.00/1.00 vMB 0
80,943 80,943 00000000000ad233d37ae01b37c697312ab999c9ea4732e306bb2c444f1fb5d2 5 0.00/1.00 vMB 0
80,942 80,942 000000000014f09b65ef79c7d6a50aa6465200acb78789d62f7c5893b4d9241a 2 0.00/1.00 vMB 0
80,941 80,941 00000000003b063336d2d3f2940ad4c3df67d57f1793b6aef9d8c1102d86274f 5 0.00/1.00 vMB 0
80,940 80,940 0000000000376fc230016665a4f70c45effa4b25b45a20e92d670543da901c3c 2 0.00/1.00 vMB 0
80,939 80,939 000000000025b9282e815cef37f858001f58ef954a78223656e690ed77aaad0b 3 0.00/1.00 vMB 0
80,938 80,938 0000000000009c2e7b298a0ab8bb0d8deb073d1557f5705ca4b9a3c40d12d46a 3 0.00/1.00 vMB 0
80,937 80,937 0000000000405aee3d1d4f450d25df314afc4f44d40e0646c9803b75b213d0bb 1 0.00/1.00 vMB 0
80,936 80,936 000000000012beb25d7dd51f85d7123bfa3dbf22037b5f4596839e17e8ca71aa 5 0.01/1.00 vMB 0
80,935 80,935 00000000003c271a5cb5997f7a4e15ed066cf98b8b36c0871419e6aa33410f01 2 0.00/1.00 vMB 0
80,934 80,934 000000000009170100dd31a2dafeb0c987ef04c4da824a63c0ef6a4e6018d922 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.12 GB
    • Received: 10.31 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.