Loading Tool

Explorer IconExplorer

Memory Pool

86,450 transactions
32.83 vMB
0.13174858 BTC
Random Selection Loading Transactions
Max Size: 198.41/200 MB

Candidate Block

Mining Attempt dfce06768df7b8e7733bb10797d2035065b4d046d93616294dc622e0b37972ee
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root be04000d3ea640dfdd044dac79b13be70146cc49075d4b377e2b65cfe629fa04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,844
Size: 1.00 vMB
Total Fees: 0.04858075 BTC
Feerates: 641.71 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (506,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,430 408,430 00000000000000000187988fb57d5dc17da18b8d242b6cf90f864223aca762da 1,538 1.00/1.00 vMB 31
408,429 408,429 0000000000000000031e6c255d8f5c8de57690cf06ed83383852f8bd471cdd7f 2,276 0.99/1.00 vMB 44
408,428 408,428 000000000000000004d5e50745e872f0de3fe8cbc7293a0048ec2975e6e600fe 1,037 0.91/1.00 vMB 28
408,427 408,427 0000000000000000018d43c42f9eb6f0e5c9aac3ae5c50cb18ca5441f8fda6dc 1,035 1.00/1.00 vMB 22
408,426 408,426 0000000000000000010aee398a362938e67ff9ded5821e267f026e6b084bd5be 1,273 0.99/1.00 vMB 24
408,425 408,425 0000000000000000026a4a726ae1b0175cbbb52152c9ed911fce34c865ca21f1 768 0.55/1.00 vMB 26
408,424 408,424 000000000000000004920648cad2fa5a0e489aa3666a68bffa62cbe951b1d63a 2,226 0.99/1.00 vMB 41
408,423 408,423 0000000000000000054c007c2a476c7ee0a7277a7d7eb8bd0b645405f8613dbe 1,935 0.93/1.00 vMB 35
408,422 408,422 000000000000000003ccf8e3962f25e1f22112a8a192d63e505ab5810ed714b2 2,381 1.00/1.00 vMB 56
408,421 408,421 00000000000000000611c66383f831dd36848d89245018df2e5fab340fc56a62 1,837 1.00/1.00 vMB 30
408,420 408,420 0000000000000000001039544f25b011fead2fb3d9aaca6f656abfd2ddaef9b0 2,827 1.00/1.00 vMB 66
408,419 408,419 0000000000000000007e50063f9f9606ce5492fb49eeb3d0e74234588a47c0e6 1,721 1.00/1.00 vMB 36
408,418 408,418 00000000000000000351dd88ff9dadc7be756f1f2b5dc35e5bf44674ed33e792 2,096 1.00/1.00 vMB 47
408,417 408,417 00000000000000000540b22fa516588c1d042ec2bf073f4f559463e4ae32a17a 1,672 1.00/1.00 vMB 29
408,416 408,416 00000000000000000362f1ba482cf1a73e8e8abf71e9ba912c70527b13594046 16 0.00/1.00 vMB 94
408,415 408,415 0000000000000000049cfcd1d539cb30bbe2f49e226e45b3f0be6b8d2173310b 3,046 1.00/1.00 vMB 68
408,414 408,414 0000000000000000040e65d9da8f0481a3bc8cdff6785fbd289a8c7ee14fe534 3,024 1.00/1.00 vMB 63
408,413 408,413 000000000000000003c1c51cc9d37a1b7f747fb1f3209e305adf8ba35379ff87 26 0.03/1.00 vMB 26
408,412 408,412 00000000000000000174c4857ee8a5fcaea06669e73fb4816c219a7118d53b8a 180 0.04/1.00 vMB 86
408,411 408,411 0000000000000000047bdc91e9b9f8d56346cd4515ecd05bd484a5be21016222 1,136 0.67/1.00 vMB 31
408,410 408,410 000000000000000000ef8977f123612a2114ca4371be4edc8bc5619d858256d6 1,851 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.75 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: 708.81 GB
    • Received: 16.78 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.