Loading Tool

Explorer IconExplorer

Memory Pool

44,715 transactions
28.42 vMB
0.09085457 BTC
Random Selection Loading Transactions
Max Size: 149.11/200 MB

Candidate Block

Mining Attempt cca9728cad4df1b35d0c15df91d4e4f68e9f6ed9893e5d87fd4aadc8ff9b1a55
Version 20000000
Previous Block 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c
Merkle Root a77e08b748701968c99a36ee1f29b20403431293d1cda824954601080ff7f0c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.03600734 BTC
Feerates: 101.65 > 3.61 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,260 (358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,902 913,902 00000000000000000000da05d93442360f22052b3e9b26cad1f80d4f63408ab5 4,657 1.00/1.00 vMB 4
913,901 913,901 00000000000000000000e12767ead54527abf692ba79e1f2775cd8acd9284572 4,652 1.00/1.00 vMB 7
913,900 913,900 00000000000000000001045bcb3b2142ad1559f1e2c63e9eccf4c3e3bc543f14 5,191 1.00/1.00 vMB 1
913,899 913,899 00000000000000000001af420a5a05bffb15be5c8cf451f634ff2593c3f09648 3,747 0.92/1.00 vMB 2
913,898 913,898 00000000000000000001b5c2e36fd230f1bcb552aeeb913a297d2a400b59091d 6,101 1.00/1.00 vMB 0
913,897 913,897 000000000000000000016fcba9d6d29495957b78f42ceeb9b370b453827f381b 4,573 1.00/1.00 vMB 4
913,896 913,896 00000000000000000000cdc11354ec706df170e2d0149d90bd2f408c34844279 5,220 1.00/1.00 vMB 1
913,895 913,895 0000000000000000000067a94b6aa5ff191d69db38aebe330be5341aadf23220 4,809 1.00/1.00 vMB 5
913,894 913,894 0000000000000000000057ada62f6c570cd9d607bf2bd966fac2706dae52aff2 4,856 1.00/1.00 vMB 5
913,893 913,893 000000000000000000003b941e6818d1722a204a556f09b0d22738461d4c7df9 4,169 1.00/1.00 vMB 1
913,892 913,892 00000000000000000000c62f9b2e486b14610e04f5f7b26b8ced26632f0ddc4a 3,510 1.00/1.00 vMB 3
913,891 913,891 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5 6,252 1.00/1.00 vMB 1
913,890 913,890 00000000000000000001232a5cf3fe2ef392123733ab2020508ed31126938a6c 4,989 1.00/1.00 vMB 0
913,889 913,889 00000000000000000000b02ea4396e77d465942823d07234041335a9a8c49fcb 3,695 1.00/1.00 vMB 6
913,888 913,888 00000000000000000001e885f453299570d6d4f81a0e2e4aa28fde3fafff4e84 2,887 1.00/1.00 vMB 2
913,887 913,887 0000000000000000000119374ce60625bc5e91acd1afeabcaf576ba4e14784d2 3,569 1.00/1.00 vMB 3
913,886 913,886 000000000000000000000a81a9d14e06407ba5e65560ae268468613b115c64df 2,731 1.00/1.00 vMB 2
913,885 913,885 000000000000000000019390e9f7fdb6974b1472ff654ca5a1470c9ec5e922ad 3,893 1.00/1.00 vMB 7
913,884 913,884 00000000000000000000053bde71765c9590183ae913a827bfe994fd289319e6 3,103 1.00/1.00 vMB 2
913,883 913,883 0000000000000000000155901d19c5ea5f3d16868592b5dc4d4133280b56da73 3,572 1.00/1.00 vMB 5
913,882 913,882 00000000000000000000e97ae3be03bc28fddeccd3a9fdcb7b1214b0e0bc3607 6,638 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 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: 577.65 GB
    • Received: 8.63 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.