Loading Tool

Explorer IconExplorer

Memory Pool

76,962 transactions
28.71 vMB
0.07661795 BTC
Random Selection Loading Transactions
Max Size: 173.70/200 MB

Candidate Block

Mining Attempt 8ed8b78f68569395c9f6512da9fcb24dc4fff3619a52fe65fd81e9987a06ae8c
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 0294fc672df4ed42a00bd18abc0b14ef071508b0cb46da860c3ff4b44062c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,045
Size: 1.00 vMB
Total Fees: 0.01702469 BTC
Feerates: 100.17 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (309,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,091 606,091 00000000000000000001d24a6fde60e4a66e40ba9ab9954db113916f0f7480d5 3,223 1.00/1.00 vMB 14
606,090 606,090 0000000000000000000ecfc7f9a6efec00d20f417b3b251cc3775a160ce35fdb 3,289 1.00/1.00 vMB 29
606,089 606,089 0000000000000000000f17941d615a435bb118fcd086a7c84b53d5af1b3034c0 3,035 1.00/1.00 vMB 35
606,088 606,088 00000000000000000010c2c603329e121943cb414341a0c597f9784979f445cc 3,437 1.00/1.00 vMB 48
606,087 606,087 000000000000000000130e4eed40573070117b80bef33a6d2b01dde54a9d682d 2,987 1.00/1.00 vMB 23
606,086 606,086 0000000000000000001565fca7cb45e8014f1015fffeb4f6074c30e0b85ed88b 1,804 0.78/1.00 vMB 4
606,085 606,085 00000000000000000011957ed0ab57e02a01ebb28499a65d203c02a7244e1344 2,921 1.00/1.00 vMB 15
606,084 606,084 000000000000000000089ba2ff4c434b593e6eb796c00d4ff600f7ffb84f1bf6 3,179 1.00/1.00 vMB 29
606,083 606,083 00000000000000000004b3d313362b0d0557fa3388c0fe910e2273163a8b7187 3,138 0.99/1.00 vMB 30
606,082 606,082 00000000000000000003bd11f2ba7f798af400b9d32b48d1f4397de0a1bf20fa 3,008 1.00/1.00 vMB 6
606,081 606,081 000000000000000000011206f10af1db9aead713fe24dd0cbdd88f6011ff94eb 578 0.28/1.00 vMB 23
606,080 606,080 00000000000000000010bf464339cd57b3cf5cdab37734437ac144df74b0dedf 2,856 1.00/1.00 vMB 7
606,079 606,079 0000000000000000000d459e6ac961faac4eb72e4d4eaedf0bf6997dfb1b42eb 2,458 1.00/1.00 vMB 17
606,078 606,078 00000000000000000009dd6287abc53f05543908282abab4b90b3a06ef1a3a81 3,162 1.00/1.00 vMB 24
606,077 606,077 0000000000000000000af19a235328c80a8047731c7ee632f3097c70ffa13e4a 3,262 1.00/1.00 vMB 20
606,076 606,076 00000000000000000000a4366b1fe1751fde9b56ed4ca17ed587c06e7348c1e3 3,436 1.00/1.00 vMB 30
606,075 606,075 00000000000000000011c4ec9fdfc2c864add227123a43af18e82d2f28ba76e7 3,319 1.00/1.00 vMB 33
606,074 606,074 0000000000000000000ebdc71356911aa82d6145ef0267deed4c37d450d09f81 2,952 1.00/1.00 vMB 28
606,073 606,073 0000000000000000000f7c69f7c48811b00a04b37ec923a9cd4cf63f70769a49 3,506 1.00/1.00 vMB 38
606,072 606,072 00000000000000000003cbd4a0064296dde19e06f6511fa52c735036f4fd6d65 2,746 1.00/1.00 vMB 41
606,071 606,071 000000000000000000012fc1c9c49834eb1777e431d873e2d27b263a50936620 2,480 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.