Loading Tool

Explorer IconExplorer

Memory Pool

15,453 transactions
7.59 vMB
0.02660630 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.66/200 MB

Candidate Block

Mining Attempt 3010aa840cd4f9775213b5f71da787d9cc88067322b8a0d74ab7b3806de0e58e
Version 20000000
Previous Block 00000000000000000000dad63c28118d3db43107185b2574fbfa71b259daeaa0
Merkle Root f384973a2dc2ad5ea3b36991598a5da520c9378d139b1600b86d10fa991dfdae
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.01120150 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,401 (649,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,317 264,317 000000000000000d90d04fb98e71da3eda34732332cee34df5cd5be52bb5f6b1 156 0.09 vMB 36
264,316 264,316 000000000000000fd9dba35a969a2e3dc3f430e1aace185d6d2f6de2f0c6981a 691 0.25 vMB 151
264,315 264,315 0000000000000005aeec8f17f5aa77a277970989b43740edc77ca120e0aebc23 238 0.13 vMB 66
264,314 264,314 0000000000000002b8540141753b5fd11be26dd332403c3b01d01aa84585488b 691 0.25 vMB 133
264,313 264,313 00000000000000046cfd390f3a6e7277dde1976664bde5c1859db467a719294d 38 0.01 vMB 115
264,312 264,312 000000000000000162e638832e26656814a67db1249298bd06195f9cb16e5f37 607 0.31 vMB 62
264,311 264,311 000000000000000cc5c05167666bc8a9b22b288f1390d8ee96fac43d46893c17 592 0.25 vMB 131
264,310 264,310 000000000000000002509691592153c5056115cc27bdeaf3fb0694f4909725aa 414 0.18 vMB 129
264,309 264,309 000000000000000cb5f4346007efda3d0a121f7ddef3e88bffa741e4cda29f8f 219 0.16 vMB 23
264,308 264,308 0000000000000009deddfd2ffc479a9dc20d2c75e3cd19d3dd13fb76d1428a4e 585 0.23 vMB 111
264,307 264,307 0000000000000007f5061e2449886b45b3e0644c19a908cec2fa083b83c30013 572 0.28 vMB 109
264,306 264,306 00000000000000026568680881e70b95d4f322c4a14950948af704db91afdb42 326 0.15 vMB 123
264,305 264,305 000000000000000794a1661c7a84c2539bf936bead313fda8c283deb92e9b4f3 333 0.14 vMB 104
264,304 264,304 000000000000000dfe4ed77b1abf4452198b905b7b84cf99312026fd9736afba 252 0.09 vMB 100
264,303 264,303 000000000000000e37a24ec56d29e6408bf169df38f7ca845ad98753f2dc1ae4 352 0.22 vMB 137
264,302 264,302 000000000000000527394959fb37c277351c4d3ec53f1b7c689308d7698b50cc 226 0.10 vMB 117
264,301 264,301 000000000000000cee6c1ad3ddb30fc0f2ccd2f055f0a77ccacaed14af13b96c 363 0.18 vMB 88
264,300 264,300 000000000000000002f171ba88a159a6993d1c59c18337dd557ffb168e19987c 368 0.14 vMB 34
264,299 264,299 000000000000000a9fa9c0a32108d74c89623b47c11361419ecaa19d38e0fa2e 610 0.25 vMB 151
264,298 264,298 00000000000000098ae2c76784809189a4979c2c96fb21d175a4d68912603372 98 0.03 vMB 90
264,297 264,297 000000000000000c39c8d534fc46c39449a08303c3baf04c074eaffdc400b688 335 0.16 vMB 103
Previous 10 blocks ↓
Total Size: 779.56 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: 266.76 GB
    • Received: 1.03 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.