Loading Tool

Explorer IconExplorer

Memory Pool

76,961 transactions
28.56 vMB
0.10030149 BTC
Random Selection Loading Transactions
Max Size: 172.74/200 MB

Candidate Block

Mining Attempt cffbe2481649c301a29004534dd7bde4d6cc1973041c1a5037cfd975f0258363
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root adef4b92da2f866a7be0e3b65b65e89e0e17754428ebc0898f932551bf025344
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,395
Size: 1.00 vMB
Total Fees: 0.03507281 BTC
Feerates: 150.80 > 3.51 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (485,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,975 429,975 000000000000000000beeedbeeaf98e23283bea509d52e1538cacff74bfc0e80 2,487 1.00/1.00 vMB 80
429,974 429,974 0000000000000000015e4a6b37f74664d6ad80d20ae8b4e0c72289d417d40b71 1,373 0.72/1.00 vMB 40
429,973 429,973 000000000000000001afaf85fa41e16eaaefd53df91ea25a9c68bc6e8092d04c 2,941 1.00/1.00 vMB 72
429,972 429,972 00000000000000000392494a5b8f0d91b6d7bb45dbdc1be9405a9c7b24d0d1ec 625 1.00/1.00 vMB 14
429,971 429,971 00000000000000000300dc03321c5d1cc3575ea83583180b0e31b414e5b2e5f0 1,496 1.00/1.00 vMB 25
429,970 429,970 000000000000000003becd3fc832884783f01db5d1022837d644c210b51fb69f 2,365 1.00/1.00 vMB 48
429,969 429,969 000000000000000000139af1aeb8ac3a618695a5dd0d01de6c31dd82c262c1b2 2,388 0.93/1.00 vMB 60
429,968 429,968 0000000000000000031be8f22d73779cc2e0592848308df5ff6636a3d90fb0f9 2,288 1.00/1.00 vMB 80
429,967 429,967 00000000000000000231c391fbb4fa52786adf43743420b5f8411fdad78a08db 543 0.29/1.00 vMB 38
429,966 429,966 000000000000000000885b4fbd84fe04fdd8eddc0c01f05fe843d4065f22cdc9 1,072 0.44/1.00 vMB 57
429,965 429,965 000000000000000004ad8d4f3bd697dcc5de3679c82695cd96ea356c7b809cfb 1,226 1.00/1.00 vMB 38
429,964 429,964 00000000000000000259272768bd255be7adab511421a2da9c69f9a6d84b6890 1,688 1.00/1.00 vMB 33
429,963 429,963 0000000000000000047cc80b20d79c178a3b44324d31f06b6fad305445976434 2,377 1.00/1.00 vMB 59
429,962 429,962 0000000000000000049425a3f2aae2a765ecf8e658fa93c8be859c38d6d8156e 1,948 1.00/1.00 vMB 47
429,961 429,961 000000000000000003dc12b24c26303bca11d576e7b5dbd0cae10ca68a2c2532 3,072 1.00/1.00 vMB 75
429,960 429,960 000000000000000002c29e9fa978d17379ff99234a5639573fd7fbc3e4eabd8f 865 1.00/1.00 vMB 18
429,959 429,959 00000000000000000402ccbb3b57117385942080aa9935942ecd56940e5a004a 2,589 1.00/1.00 vMB 63
429,958 429,958 00000000000000000217aec062458b4336011990f0303cf84e941bdc5724198a 897 1.00/1.00 vMB 24
429,957 429,957 000000000000000002fea5ce457242b127d7c3950f99071d1ba580a8bd0c22d1 314 0.13/1.00 vMB 56
429,956 429,956 000000000000000004213bb6379dbb81fe76f406415510fb1ffa30722e4047a4 1,671 1.00/1.00 vMB 43
429,955 429,955 000000000000000003ddf16a4977cf844e03717ab61577e6f1dfeec6819ed69d 1,204 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.63 GB
    • Received: 17.21 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.