Loading Tool

Explorer IconExplorer

Memory Pool

75,847 transactions
27.64 vMB
0.06785735 BTC
Random Selection Loading Transactions
Max Size: 169.41/200 MB

Candidate Block

Mining Attempt 3d9f3b61a87c998a08095c5dd10b5cd588a150c3585d00f209f82a8f48836f9d
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root f83a6a0834bbab42480140c6ef4163b0c57cddd0ab828c02903fe79cca694dc0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,150
Size: 1.00 vMB
Total Fees: 0.00884825 BTC
Feerates: 81.11 > 0.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (855,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,870 59,870 000000000d26dd6b0ac24e036d525130a2505db337a95d0feef6ab23607c5991 1 0.00/1.00 vMB 0
59,869 59,869 00000000036f08beb38fda0e23d097364f61fc16ab8873e77bd3c882083767d2 1 0.00/1.00 vMB 0
59,868 59,868 000000000ce15afa733b75b1094ae9e7b11842e55c599abaa6e4bc7d71f6db1d 1 0.00/1.00 vMB 0
59,867 59,867 000000000ef74e3a633caad871fd610a2f80c8d1bf854c8ea3968c08901269d9 1 0.00/1.00 vMB 0
59,866 59,866 000000000792f1f049696ac91a761b90d2b096bf33f7090fcb7695e016c2fcd7 1 0.00/1.00 vMB 0
59,865 59,865 0000000000ea7c4f1b9e5ec2e16d6396f0476c538a5b51ed796da2e104af5c1f 1 0.00/1.00 vMB 0
59,864 59,864 000000000f479dc4a637503fb4d37bbf9eb7b07f56648fcde4908a1af1c88037 1 0.00/1.00 vMB 0
59,863 59,863 00000000083e62d83f08f7fc6f5a0a05834827048ed5d0d8428cc2c686d0006c 1 0.00/1.00 vMB 0
59,862 59,862 000000000718013d9ce7e0e41eb303d6c9c57e55fd8dde48dace1b1a25a895a7 2 0.00/1.00 vMB 0
59,861 59,861 0000000006d189064bcf917fae946b4253e2554831434481dd43f824d996cd89 1 0.00/1.00 vMB 0
59,860 59,860 0000000004750b8a71dee5001b3d54f8b3162ba16e60ac9ebffa3acd89c836ce 2 0.00/1.00 vMB 0
59,859 59,859 00000000077508025df6bc83c4b819fb78bc2063a93dc87cf725d1597c841d9d 1 0.00/1.00 vMB 0
59,858 59,858 0000000009d8a8624845f27d7fe66df20f046d6fab0d770a58824584fbb586be 1 0.00/1.00 vMB 0
59,857 59,857 000000000d41c0f2b67e71d1fbce3ee20d6dec04683c8008962f4eb58e759ab4 3 0.00/1.00 vMB 0
59,856 59,856 0000000001ac93c8981d1fa79a79aeda3efb5a873803f57ef1c5c36d9fa5a9a9 2 0.00/1.00 vMB 0
59,855 59,855 000000000ac34ec87de16f3c046c8e18be85be2c37ec390c2365e3fe42402859 1 0.00/1.00 vMB 0
59,854 59,854 0000000008a1f4467e4be01e25353d5574a37a161de1ff454354963c9dd46f20 1 0.00/1.00 vMB 0
59,853 59,853 00000000058bb1dde1ca3bfed3f226c0cccb07fa4c7c32e9092d25703e5fd7aa 1 0.00/1.00 vMB 0
59,852 59,852 000000000a8e18c9c6b70757c33912883d212f11a0123b03732caa125b2de46b 1 0.00/1.00 vMB 0
59,851 59,851 0000000009f53474293676b271d821f2f8d12f1703777a6e5134e66b108643cf 2 0.00/1.00 vMB 0
59,850 59,850 000000000e696cde240960cb7e619139a496f033432a8d66b89075ceafa080b7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.93 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: 714.60 GB
    • Received: 17.57 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.