Loading Tool

Explorer IconExplorer

Memory Pool

52,125 transactions
30.04 vMB
0.09071603 BTC
Random Selection Loading Transactions
Max Size: 160.41/200 MB

Candidate Block

Mining Attempt cffce911c3e6b1c7a249af23a7ead42603a90dea8b5d1b95dd1d8334cfde3907
Version 20000000
Previous Block 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c
Merkle Root ed329471fb8985111b9dd72d33fe82141baa9f4abe04f875692212c864e8007b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,273
Size: 1.00 vMB
Total Fees: 0.02633020 BTC
Feerates: 201.13 > 2.64 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,261 (787,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,599 126,599 0000000000000f1ab6918edf907f0300412364caf171d28dd7a0a8f80836b31a 26 0.01/1.00 vMB 586
126,598 126,598 00000000000035bec7a912d301c2759f8dc894a0297d89285e32e0735b8123f6 18 0.01/1.00 vMB 918
126,597 126,597 0000000000002dbee5b7c1eb8212673f5c5289c9fab77b974d0a4d244eee1346 12 0.00/1.00 vMB 301
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
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.79 GB
    • Received: 8.66 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.