Loading Tool

Explorer IconExplorer

Memory Pool

67,162 transactions
25.68 vMB
0.05792117 BTC
Random Selection Loading Transactions
Max Size: 154.74/200 MB

Candidate Block

Mining Attempt 8b792e8c17be99fdb84ebdcd5c73fbfd6361cc7237e424787a8874ad33b82aed
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root a0c34e51b26b2e28d2b3c3fcc8401b3507d9f6c09b25da7e0b7cc4aa97815542
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,213
Size: 1.00 vMB
Total Fees: 0.00371530 BTC
Feerates: 16.13 > 0.37 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (809,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,645 105,645 000000000001a86eb7c7821830d6d7ffc0f557b000efca90efe678836ecfea66 1 0.00/1.00 vMB 0
105,644 105,644 0000000000005e493d6ee551689aa22fcc4fcb6d6652b1659157c2d8ea92b4b8 5 0.00/1.00 vMB 0
105,643 105,643 000000000001435097bd2a4d13b2a58e0745549411de57a295c9690ffd63535d 7 0.00/1.00 vMB 0
105,642 105,642 0000000000000f27a481f73684ebb1b1bd58b056d141d8dd2391c037e6174de8 22 0.01/1.00 vMB 165
105,641 105,641 000000000001587018544c7522a1871d7cbf872e86ec0bb6461ca44914f0faa7 3 0.00/1.00 vMB 0
105,640 105,640 000000000000a5130426871076dc317b3604d2b7c0e8fa6f791e14112fa0852c 3 0.00/1.00 vMB 0
105,639 105,639 00000000000028cd59e0fb2e9aa3ee80b049668e5b5388f9ca2d81dbb1588648 2 0.00/1.00 vMB 0
105,638 105,638 000000000000a0c167fdc22b4ab01647392871ccb7a7fc3ef662b9063fb63801 2 0.00/1.00 vMB 0
105,637 105,637 000000000002a2593bf342c56b17a4f17bec5600977aeaae1c100e075f647cce 1 0.00/1.00 vMB 0
105,636 105,636 000000000002a7aae3681edb4ea0b248b95be957a7617fc0d134341f094daf4a 3 0.00/1.00 vMB 0
105,635 105,635 000000000002d0bc9aa79a8b1146a98f0ffdcca49e78b876b8e619bb7cbe139e 5 0.00/1.00 vMB 0
105,634 105,634 000000000000850c669d9e2e43d6215c7cf3c9f1e467b26fb10320dc2315c79d 3 0.00/1.00 vMB 0
105,633 105,633 000000000001ddb2375d4ed394f96683c9c2e2032f1bd7a5e6494dc336f039dd 25 0.01/1.00 vMB 0
105,632 105,632 00000000000166230e4c1e9d9e092f3c947d402c8d768d87b56657939c7f20bf 2 0.00/1.00 vMB 0
105,631 105,631 000000000000652d2a643b27947b7952b24b98c9aa4586730ab3b1a56789122d 5 0.00/1.00 vMB 0
105,630 105,630 000000000001f6fd6d614fa80c0ceabb91efd7013e5634f63c19893535788c94 3 0.00/1.00 vMB 0
105,629 105,629 000000000001fe203145155df544bb143d1e182d14aa2ebf340046a7ba3b0a35 2 0.00/1.00 vMB 0
105,628 105,628 000000000000bf187847d3e2da6143d08bbd403ffa876c7fea6d7fe88539d769 6 0.00/1.00 vMB 0
105,627 105,627 00000000000094ecceeba42b7eaf8bd295b550c02f2c8362edff98bf7a839016 22 0.01/1.00 vMB 0
105,626 105,626 0000000000006f2b03a74a081025e1e0067627d2aa627fedd84a74496d5f929d 1 0.00/1.00 vMB 0
105,625 105,625 0000000000021300832de2830620ea37286428714babaf75ec2f20428657aa8b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.30 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: 766.92 GB
    • Received: 19.32 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.