Loading Tool

Explorer IconExplorer

Memory Pool

75,180 transactions
28.95 vMB
0.15759246 BTC
Random Selection Loading Transactions
Max Size: 171.04/200 MB

Candidate Block

Mining Attempt 010aa269c5b8e93731a82bca0ba1ea210f44b4db051a9f6251d453104d7c0ab1
Version 20000000
Previous Block 00000000000000000000c0368a6a299300836a053555957b7a6df568fc9b47d0
Merkle Root 30cbb7ec10235866dacd1830583a853ef313791c06c4e684d16e446446681459
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,873
Size: 1.00 vMB
Total Fees: 0.09717001 BTC
Feerates: 502.67 > 9.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,038 (366,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,156 548,156 0000000000000000000d5e3176a42ebd876a3b0a48d29c0da53d2ec0a855c18a 2,219 0.88/1.00 vMB 6
548,155 548,155 0000000000000000001990e0583fc327c7b01f96ad4eff7e59b28ae5d17d91de 1,824 1.00/1.00 vMB 3
548,154 548,154 000000000000000000021133a4c5b144091da2315613f58d1f63c5002f123a3e 2,792 0.92/1.00 vMB 6
548,153 548,153 0000000000000000000f9e2c1bf471f090ff9bab1c2413a27c7f4c65c8026b49 1,903 1.00/1.00 vMB 18
548,152 548,152 0000000000000000001470a1ed108372c936a6bc8055ebc20afc4c5213c78e8e 3,480 1.00/1.00 vMB 19
548,151 548,151 00000000000000000007627113e78c9cfc81f880bf0ea088cd7283b59d301b1b 2,736 1.00/1.00 vMB 28
548,150 548,150 0000000000000000000c2612806f18b628c213d161e98b14ecc6c5ae70b45a31 100 0.04/1.00 vMB 31
548,149 548,149 0000000000000000000303b686a09d45ec059adb05cba095984a9c9c47f0a224 1,337 0.98/1.00 vMB 5
548,148 548,148 000000000000000000146d24ed7df016d626f130af01e083936b0a97b1a54150 1,152 1.00/1.00 vMB 5
548,147 548,147 00000000000000000001d2df3bc3420ec5b7e8c4963c5bc7258b097fc76203e8 2,498 1.00/1.00 vMB 15
548,146 548,146 00000000000000000022f88ba23a9d5ab98463f74666200beba0b76b1ed3085d 18 0.01/1.00 vMB 12
548,145 548,145 00000000000000000023e4f918edd55d1bafb2771b72618aca905ecb60d5aa4c 2,130 1.00/1.00 vMB 13
548,144 548,144 0000000000000000001346442aeb1f923e298aed738487120243e351f787b4d5 1,062 1.00/1.00 vMB 3
548,143 548,143 0000000000000000000c258d6037b6ffcd5c8c16b5ff31bb6a2fe406c3fe654b 2,452 1.00/1.00 vMB 5
548,142 548,142 000000000000000000166c6ff9869d8d271e2a9ecbf93dccb1b9fa09f2071603 2,809 1.00/1.00 vMB 8
548,141 548,141 00000000000000000012742ec2f9ac30afe47de058a8d45d1a752e467f361abf 647 0.25/1.00 vMB 23
548,140 548,140 00000000000000000002fe67bf2913d50e4fac5f0d5aa7fc2b599ac466dae2d1 2,077 1.00/1.00 vMB 8
548,139 548,139 0000000000000000000fd5c300b44097765482d7033b28d6353c1b961d2468a0 2,112 1.00/1.00 vMB 10
548,138 548,138 0000000000000000000153a47cab06e7bf2770dd18dbd9912909818be07ae0fa 2,696 1.00/1.00 vMB 8
548,137 548,137 0000000000000000001b5b77ad03638e78fe5339a84c7fdb5a694559361fc0c7 2,696 1.00/1.00 vMB 6
548,136 548,136 0000000000000000001611ba8bd688c885731ae1aeb928078af3d83af79d6dcf 2,863 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.46 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: 667.79 GB
    • Received: 15.29 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.