Loading Tool

Explorer IconExplorer

Memory Pool

51,794 transactions
29.96 vMB
0.08838274 BTC
Random Selection Loading Transactions
Max Size: 159.92/200 MB

Candidate Block

Mining Attempt f5d15871a2ce905f0251ed8ab3acbd0c1090fd093bed313322a11b930d0bdf46
Version 20000000
Previous Block 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c
Merkle Root da2398e79bd59b9171d46bb7f153e12bef0e37eb2dfe9139e8bf2396b9b287aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,972
Size: 1.00 vMB
Total Fees: 0.02474976 BTC
Feerates: 201.13 > 2.48 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,261 (787,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,596 126,596 0000000000002b6c97a49959eea86bd90de9f4f606887a3f82f2e156b6334311 10 0.01/1.00 vMB 0
126,595 126,595 00000000000013590c1ab31af171bac408c421d1b40beb32a787e65fcd9942cf 37 0.02/1.00 vMB 260
126,594 126,594 0000000000001ed391217f749b1e1ea204de18ee2a7400fb1914d6951b4513b1 10 0.00/1.00 vMB 20
126,593 126,593 000000000000387c67abe6d76cda2f53dc2ccfdf24c633013187483c9e1193bd 14 0.00/1.00 vMB 403
126,592 126,592 0000000000000952683949ed3f21c91ba4d9cdad196215d4dec18908511b1e4b 14 0.00/1.00 vMB 836
126,591 126,591 0000000000003248a1c780f64f80d9ad726ba5b929bce5f42d585c2909c4386c 26 0.02/1.00 vMB 478
126,590 126,590 0000000000000fe450c73bb8c50eff15551e3a0124a6c6546f06d3837920823d 2 0.00/1.00 vMB 0
126,589 126,589 00000000000012c459e42f6f124ca3454d39a5691490103a53de8fac71467039 13 0.01/1.00 vMB 217
126,588 126,588 00000000000036d168175ae0cc75846cfec6771a4feee75574864645176290de 19 0.01/1.00 vMB 1,002
126,587 126,587 0000000000003ac94e78adfa13a742677b9f68379053255c619e1ac602306455 63 0.02/1.00 vMB 354
126,586 126,586 0000000000000e5b2a4c3e09dbfcda1e945f8cd1b00ff821fcafcd187712c5a8 13 0.01/1.00 vMB 199
126,585 126,585 000000000000372603a03421ef005f20458253b8d71f415c2e554faf8bdd7b95 17 0.01/1.00 vMB 894
126,584 126,584 0000000000003d7446301df02056837cede8112b9c7db91140a20d2e3ec0e7ee 2 0.00/1.00 vMB 2,909
126,583 126,583 0000000000004341c3ec27c64a9303d90674496308d33bb91849d0fb81610490 13 0.02/1.00 vMB 978
126,582 126,582 0000000000002877d8e157db1c339ac5f268dcfc56cd58bbb380b60d6e84937c 4 0.00/1.00 vMB 0
126,581 126,581 000000000000264949e57f914ede20e0a95d2178f67b02375e24a66b2c2433db 7 0.00/1.00 vMB 2,543
126,580 126,580 0000000000000d273d2fd1f8e101906f6aee9931843b4c8fc5c823be08ddb4d6 11 0.01/1.00 vMB 308
126,579 126,579 000000000000039f4eb3f395523cbcba01f6b079c9ef3e90a013299f77dfff35 1 0.00/1.00 vMB 0
126,578 126,578 0000000000002d573b644d15f66653fce498de79e551a31a273f79b2c4888f85 7 0.01/1.00 vMB 108
126,577 126,577 00000000000024486d2a4d0a29b9cf1c107f829c0e95d811bf3448590cdb2f1f 2 0.00/1.00 vMB 4,484
126,576 126,576 0000000000003702ea5ca633d66a44243f7cfd11ac6f5d21ba3f4db722a04e9f 8 0.00/1.00 vMB 796
Previous 10 blocks ↓
Total Size: 781.06 GB

Node Details:

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