Loading Tool

Explorer IconExplorer

Memory Pool

42,829 transactions
26.35 vMB
0.05861136 BTC
Random Selection Loading Transactions
Max Size: 138.42/200 MB

Candidate Block

Mining Attempt 3d127e5767b49a25beca084c26f62670df101bc08527c408a2462e9273f17bd0
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 61b76f8869953db49f78a4330e8b302c364c1ba60bf1dc525e280542e89b7dbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,810
Size: 1.00 vMB
Total Fees: 0.01039029 BTC
Feerates: 150.92 > 1.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (738,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,868 175,868 000000000000068dab27687dd2042bb3c440818494f8ff874363bdf51237525f 13 0.00/1.00 vMB 14
175,867 175,867 0000000000000a39c551531f9beb3e363182dcc5b23d1802f30b1c580303b3a2 23 0.01/1.00 vMB 193
175,866 175,866 000000000000029b1cf89a4a75c615d9f2c9a0b75931ffe2b20434c80565c349 67 0.02/1.00 vMB 68
175,865 175,865 000000000000017f16154d492f91d90f1f03120b03e97128722364161c6d58de 14 0.01/1.00 vMB 68
175,864 175,864 00000000000001d0d5d3944b168f3a5db213749341653a3e6f22cf447d703a2a 61 0.02/1.00 vMB 88
175,863 175,863 00000000000001a51d535b427161acc5c0192a807ca81b3130190c4fc93e351f 22 0.01/1.00 vMB 5
175,862 175,862 000000000000010042abd0b9635c92620f7f41620ca29f87ba134494346d9872 108 0.05/1.00 vMB 63
175,861 175,861 00000000000001e12f4fbd6990aa9eee595b1e47ce8b5b84dcbf13dd591e3dd0 99 0.03/1.00 vMB 77
175,860 175,860 000000000000045be090872125d2dbdadd211f9601059899a6c2722ae70495ab 73 0.04/1.00 vMB 89
175,859 175,859 0000000000000a9c8f30f07c678ad5c3536f347caaff4d163c32b58ec6de0058 39 0.02/1.00 vMB 77
175,858 175,858 00000000000009acbbef4055e039a7ec1b269014b5bbc7085708a67141f05d3f 7 0.00/1.00 vMB 104
175,857 175,857 0000000000000a8935d294241920ca9dd6c3c6b1daff2f5a68962cfc78d7e527 19 0.00/1.00 vMB 34
175,856 175,856 000000000000021110d7c1db0a8458a1e6422ff48d708803611f70aef9a5a8e9 27 0.01/1.00 vMB 112
175,855 175,855 00000000000006889c36b0718f414ea4645a22c48b36ae825a0203ec9f40fa3a 46 0.02/1.00 vMB 30
175,854 175,854 000000000000066ba8bd6f3fecb2ebd64beb6ea5f97e3bbf9a5b2c85885dfef4 1 0.00/1.00 vMB 0
175,853 175,853 00000000000005d42eb16537f27cc6bfdf548152da66ef3990296b87e29b7d6e 86 0.03/1.00 vMB 235
175,852 175,852 00000000000001c38db5d7b0859ec24e63d1aec7886d02cef31046a7643c38c5 47 0.02/1.00 vMB 168
175,851 175,851 00000000000003f8424678617bb18bd57c160d662c2b37a6cf2e1d236b7ea898 46 0.03/1.00 vMB 13
175,850 175,850 000000000000059aebdb3e0c3d97543e9d47297c94b4fe33c9e46f880de1f244 135 0.10/1.00 vMB 203
175,849 175,849 00000000000002ddd127dedef551bfdb54c9544d991052065f74d9973015eff8 136 0.04/1.00 vMB 41
175,848 175,848 00000000000007661d71a0447a279ebeeb36ac54c1f93274908deb4c7df4b5d4 51 0.02/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.