Loading Tool

Explorer IconExplorer

Memory Pool

45,097 transactions
28.61 vMB
0.09516513 BTC
Random Selection Loading Transactions
Max Size: 150.06/200 MB

Candidate Block

Mining Attempt 38b5d3a24fb1591259b83a02c5967ee0611c5c29baa7687d80971adf25cb5db2
Version 20000000
Previous Block 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c
Merkle Root ea4c7d95eb30d80aaa01bbc4adab97ea568889d0a3a75458cb7309a23c506aaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,583
Size: 1.00 vMB
Total Fees: 0.03936121 BTC
Feerates: 101.65 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,260 (362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
913,881 913,881 000000000000000000011a8e6843c898fae492aa80da62d5e8d9fd4ebd14f60e 1,911 0.62/1.00 vMB 2
913,880 913,880 000000000000000000016a07a2fe8e1266246aba7be3c8cc97eb9af9b386396e 4,496 1.00/1.00 vMB 5
913,879 913,879 0000000000000000000135f5391c01c4aa70eeba22cdca9a8156563edef1c1de 3,871 1.00/1.00 vMB 3
913,878 913,878 00000000000000000001bbfcd3a38e3526bfc1b79ffa8ea3ec441fea7f3ad003 3,299 1.00/1.00 vMB 3
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.