Loading Tool

Explorer IconExplorer

Memory Pool

82,128 transactions
30.23 vMB
0.11141939 BTC
Random Selection Loading Transactions
Max Size: 183.18/200 MB

Candidate Block

Mining Attempt a08ef68d904064a8098688fcf4b657d0d7c42db1392b4f5e1a2d068f0d1cb732
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ffac7eff90ceaf96cf6c06f4e121a95566223c8d857152093adddcfec78d5623
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,109
Size: 1.00 vMB
Total Fees: 0.03651442 BTC
Feerates: 90.00 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (358,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,833 556,833 000000000000000000252d1233b45db2398147676e1662f43c26a526d2e22063 2,430 1.00/1.00 vMB 47
556,832 556,832 00000000000000000023860c2fca07697eb9aebba0a28a226fb5390c6096a197 1,296 0.44/1.00 vMB 15
556,831 556,831 00000000000000000030fcc070a011470c0ad0417ce8a9a68877e4e635fbc34f 1,007 0.37/1.00 vMB 13
556,830 556,830 0000000000000000001acb5bf15259f0d840064fc27644cd2b1739b9bddc2254 189 0.06/1.00 vMB 6
556,829 556,829 00000000000000000013980c0329812ec8ee12b30fdb56ca807222e19f2e2fe7 689 0.69/1.00 vMB 4
556,828 556,828 0000000000000000000000ce3e3d62bb5575c1dccfca1ab635412b2c7818b3b8 2,693 1.00/1.00 vMB 6
556,827 556,827 00000000000000000006d7f08fdfe3da17b9aafe8be5b50813d0679915847b9f 2,531 1.00/1.00 vMB 14
556,826 556,826 00000000000000000022e19add1a04908e4eec8969429f271122182a10cd30b7 2,253 1.00/1.00 vMB 4
556,825 556,825 00000000000000000012ed2dc37ef5b9a7b38e9c9dd9709067bea63b51d0e785 2,664 1.00/1.00 vMB 19
556,824 556,824 0000000000000000002455bc940f29eb69101ee205418fbe972e60242bd2a7c4 2,396 1.00/1.00 vMB 25
556,823 556,823 0000000000000000001673316f1ade0b0911d477710aacd4febe162c1cbf81b1 2,679 1.00/1.00 vMB 21
556,822 556,822 00000000000000000020f5d2859e92bde62ed74a5d2f316d93d127cd2d93f1a5 1,747 0.80/1.00 vMB 10
556,821 556,821 00000000000000000020da389ab2e510572c61286775b8ab79b66dcaba16e44c 1,447 0.87/1.00 vMB 4
556,820 556,820 0000000000000000000f87a6db2d91e679f7e1d30cbeced582402a7e6e6f4ed8 2,592 1.00/1.00 vMB 33
556,819 556,819 00000000000000000029ebd8f378294a7e6eb302a2ddaaf3b94bf1f22d4c63e4 2,051 0.96/1.00 vMB 16
556,818 556,818 0000000000000000000ddd94f094e80c61898556d4811859dc2fd721d02785ad 1,443 0.75/1.00 vMB 8
556,817 556,817 000000000000000000139c4741de5d37e92b5802bf04fdf51b3524506ceed4f1 2,265 1.00/1.00 vMB 7
556,816 556,816 0000000000000000000d7fdf46ee9889083f8631c004c38c5610c7192806e99c 2,338 1.00/1.00 vMB 8
556,815 556,815 00000000000000000014c0fbd6de22d31bbc277216e1e7cacef99649a1c122ba 2,844 1.00/1.00 vMB 27
556,814 556,814 000000000000000000113f4e4640dc48cd3a6fdd40a500a6f64f3ee1e429d276 731 0.35/1.00 vMB 9
556,813 556,813 000000000000000000075bc49c112479e00f6cad76c1b1e303e43ca20373de16 41 0.01/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.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.