Loading Tool

Explorer IconExplorer

Memory Pool

88,420 transactions
32.21 vMB
0.13878062 BTC
Random Selection Loading Transactions
Max Size: 195.14/200 MB

Candidate Block

Mining Attempt c657c9033af4d7414aa955f8c4bcc9309ddfcf2104bc930db6506b5b10558bb3
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root bd2f9d5cc57f4e55d53fc82952f80e4f96e7a9c6a045293b8c14d42ca9484f57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.05192837 BTC
Feerates: 101.65 > 5.20 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (379,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,152 535,152 0000000000000000001b45d352f011738cc3de4e2e526fa69e52f3e5d33a2a6a 1,561 1.00/1.00 vMB 11
535,151 535,151 0000000000000000000e4cca51a6eb20c339cc7565bbaca08557e6c24e097950 1,351 1.00/1.00 vMB 21
535,150 535,150 0000000000000000002cc30cb05140c91a1f6291ed45ef5fb6580cb8d7ecf814 1,682 1.00/1.00 vMB 13
535,149 535,149 0000000000000000001fccae58095b4f60b512a490f50365206a0a8c8c1b89d8 27 0.16/1.00 vMB 1
535,148 535,148 00000000000000000002f78dbe1947745b6cad9fa6249ccc13438723c871c5b8 991 0.38/1.00 vMB 15
535,147 535,147 0000000000000000000139489be680b9360f014000fd093fff0b784eb1b6cfbf 1,242 0.53/1.00 vMB 19
535,146 535,146 0000000000000000002dc2705893e0c076354cff8d1f68ea5d6f358c515903de 227 0.07/1.00 vMB 11
535,145 535,145 000000000000000000028ef0c6977cda571ac5efda9a2fa9a617b4e6a5f2fd6c 1,889 0.86/1.00 vMB 15
535,144 535,144 0000000000000000001502da19c95e3dc7cd14a106fae4a2a52188710fe08dcd 1,246 0.53/1.00 vMB 20
535,143 535,143 000000000000000000183abde3aba659b006d4731e25979fdd73b13d2ee0e144 1,397 0.66/1.00 vMB 20
535,142 535,142 000000000000000000071a7251210efd6d735f0a69cf1c2dcb257ef2a39fe036 153 0.07/1.00 vMB 34
535,141 535,141 000000000000000000003567b084b1e70bf6e7e66e1b673ccf670a4a939fb3cf 1,395 0.58/1.00 vMB 13
535,140 535,140 00000000000000000028c8c97497101dfd133858ff34f3349216765557f708d1 380 0.17/1.00 vMB 10
535,139 535,139 00000000000000000024939ab5a7daa13bccf28ca05663dc2c2c56bf1fc8c9e3 479 0.19/1.00 vMB 15
535,138 535,138 0000000000000000002999ed067ee4fd7a4d4087c9b5116592649938f23baefb 1,092 0.56/1.00 vMB 2
535,137 535,137 000000000000000000287e7823b69608c21bab46c566847f688bb194d23dac4e 2,516 0.85/1.00 vMB 28
535,136 535,136 0000000000000000000b36411b6d8357f69ec8b29a52ecd342f513bcdbe9fef8 1,896 1.00/1.00 vMB 15
535,135 535,135 0000000000000000000b0dbaa25c80f9e53b34af7d31ea8db6089dbeb530c7af 709 0.26/1.00 vMB 14
535,134 535,134 0000000000000000002037646f063ea032548c4906a6a2b6e16d7ee90c8ba9bc 1,989 0.79/1.00 vMB 19
535,133 535,133 00000000000000000001679facf44679c2cb7f61f7e0c44b0606d19fccf06b3a 1,441 0.59/1.00 vMB 14
535,132 535,132 0000000000000000002e2d729b0c697a4cf75dcfa9e8e0c6682a4767ab3b6889 948 0.44/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.