Loading Tool

Explorer IconExplorer

Memory Pool

78,973 transactions
29.43 vMB
0.08342726 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt 0eac5a05bef3144b2dae466f861d8b296f9289040e170cd2de270529397f571d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e70ec51b8ebc268e9529a0fac418c442c5f5de7d2999418346e8a45d0f8a82bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.01874220 BTC
Feerates: 402.60 > 1.88 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (476,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,956 438,956 00000000000000000311eba06825e0db24f85c96869f9c338f2ebe3722fb0030 1,690 0.96/1.00 vMB 51
438,955 438,955 000000000000000000663bd105f74507909e7c0d1f45b4e9e49bb634351b53d3 2,243 1.00/1.00 vMB 64
438,954 438,954 00000000000000000450adc5cd2425c009a35ac2cd1c261c2685cb253c1fde0d 1,962 0.93/1.00 vMB 59
438,953 438,953 000000000000000002178e33b8cdc311a0dfab46fb97284fde83102c40207a69 2,197 1.00/1.00 vMB 64
438,952 438,952 00000000000000000393fb2217c6b578440ad5691079e1e0a91741b25f82c7a5 1,753 1.00/1.00 vMB 48
438,951 438,951 000000000000000002552043507cd2c64cfca65aebc941cf4db62bc05238fdee 2,360 1.00/1.00 vMB 64
438,950 438,950 000000000000000000c6f7388cf9b39aabf2bdb2f41c5a89fdddcbbf9c880976 2,281 0.91/1.00 vMB 68
438,949 438,949 0000000000000000036a012fbb4a4968c6d69ed2c9a6f8ac3651a1b64d8015e3 1,087 0.59/1.00 vMB 55
438,948 438,948 000000000000000002dd761b7eaf610cb2a523f1cdbd8056df997c5098e8c059 1,217 0.66/1.00 vMB 64
438,947 438,947 0000000000000000005e3e86844478e6628d07e6a711706e4bca817d5b141a50 361 0.29/1.00 vMB 27
438,946 438,946 0000000000000000008ec8946c059edef1a6afec97983a4179152a61f3e25400 659 0.75/1.00 vMB 21
438,945 438,945 0000000000000000032209178d578ab215c1c33bbbb898e9bb1526f540d4af18 1,260 1.00/1.00 vMB 42
438,944 438,944 000000000000000003cf999654e0ea6abf650e900bb0a1073b5a7e80e4331533 2,233 1.00/1.00 vMB 54
438,943 438,943 0000000000000000023b55ffee4a36e3c0a1785354134fa9d35288fea7237996 2,443 1.00/1.00 vMB 58
438,942 438,942 000000000000000001462922cc8b53bc763f6de088afadfb28487329ba15cb8b 2,938 1.00/1.00 vMB 95
438,941 438,941 000000000000000000eef15cb12ad76cc4f4b2f030f07a0770ed7c62750d310d 1,524 1.00/1.00 vMB 36
438,940 438,940 0000000000000000013e85da6493a66b3259c7bd60c42e8337f6bcbbcf5ffbdf 2,695 1.00/1.00 vMB 59
438,939 438,939 00000000000000000094464e3f0b06f0113ceb6c0caa3d6a7364cf5771afab27 2,183 1.00/1.00 vMB 63
438,938 438,938 00000000000000000150f17d6c1e62bcdc50d405dd3216562563b1e3b51015cb 2,803 1.00/1.00 vMB 89
438,937 438,937 0000000000000000022744db7890b4dd91545257536d36aa72f5161660d6d15a 1,727 0.95/1.00 vMB 44
438,936 438,936 000000000000000000ce8a5438e78291df6fa72850a69d0d6982c581a32b5b70 2,580 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.