Loading Tool

Explorer IconExplorer

Memory Pool

82,716 transactions
31.77 vMB
0.11651878 BTC
Random Selection Loading Transactions
Max Size: 190.92/200 MB

Candidate Block

Mining Attempt d97e0d6674634e6ac6640ab8eab1b26a07ba201934dc461ade6887c9b244a6b9
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 443c57dcde55aebd1b2cca9e82e09b340ab20f70c911bbca39b2287095c69acb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.03064831 BTC
Feerates: 318.30 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (480,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,027 435,027 000000000000000002f9b730489c78c744502705d071430950a36a8e5e3db8d4 1 0.00/1.00 vMB 0
435,026 435,026 000000000000000001250af4f7ebbb1936a9c614c17a232d2c279c896059145b 1,919 1.00/1.00 vMB 70
435,025 435,025 0000000000000000002d703204f4300a80bfb83b6031a6763cd26902e91ef251 1,561 1.00/1.00 vMB 52
435,024 435,024 0000000000000000012303a4c41a408324e447191111efa33ded25d83d4e77c2 2,848 1.00/1.00 vMB 58
435,023 435,023 0000000000000000024dd1c0c84be11c2ab8704ea4d4ca90b7472660d36a8eed 2,391 1.00/1.00 vMB 84
435,022 435,022 00000000000000000361538725d673b66b5b516701b0b1bfb8874b34f9db3a80 2,442 1.00/1.00 vMB 68
435,021 435,021 000000000000000003d44e6d1eae42c71ebede2a803b2fb07b8f0c59f0d1e9c1 2,618 1.00/1.00 vMB 59
435,020 435,020 000000000000000002b683c3de1abae561c4a5690c00c273045e36afc1c2da27 2,753 1.00/1.00 vMB 66
435,019 435,019 00000000000000000142109118004ceabc5b12ca0cf74cadbb870e4239afc73e 2,381 1.00/1.00 vMB 91
435,018 435,018 0000000000000000027528ab9eba1eac5e4760af3c3b183b0460f054d745061f 1,135 1.00/1.00 vMB 93
435,017 435,017 000000000000000002c73e6303129ff6c6d48c1c414bcfc4a59491fc661a0086 862 1.00/1.00 vMB 82
435,016 435,016 0000000000000000024da57d80ea7f115d629a6a0777d3a6ac1055e34c13dd75 2,535 1.00/1.00 vMB 111
435,015 435,015 0000000000000000004e5e2aadac64d519911a855e4f7357609d4b7a3472fdb3 1,286 0.75/1.00 vMB 45
435,014 435,014 0000000000000000034f6eaca1647b5d32ff62fc75b2f90608bfaed98d5b6561 2,422 1.00/1.00 vMB 57
435,013 435,013 000000000000000002c158879901de2447d8332808e422dcb307be86f2ace8dc 2,894 1.00/1.00 vMB 75
435,012 435,012 000000000000000001046401fe029e2430863229c8ccb82aa91195c828f97fd8 1,933 1.00/1.00 vMB 63
435,011 435,011 00000000000000000385d5279467fb3938a956328c234a91cb312afd3a428772 2,785 1.00/1.00 vMB 72
435,010 435,010 00000000000000000409ed87d66bd4f812ae3b92d501662bd732d01b48eda7b6 1,993 1.00/1.00 vMB 47
435,009 435,009 000000000000000000fa15c491238e023170b3c558f846aac2dce8ea6c29c2fe 2,190 1.00/1.00 vMB 54
435,008 435,008 0000000000000000041a63df23438044cd6ead527cd0bb357e67979029c72efe 2,638 1.00/1.00 vMB 60
435,007 435,007 00000000000000000053bd861498b39feffdbb4bb8b26b5e6f64d11438648516 2,361 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 783.00 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: 718.80 GB
    • Received: 17.95 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.