Loading Tool

Explorer IconExplorer

Memory Pool

75,638 transactions
29.93 vMB
0.09507051 BTC
Random Selection Loading Transactions
Max Size: 178.85/200 MB

Candidate Block

Mining Attempt dcc8e664564c31d5f3bdf685d502e6f2dd81d0e7b7f8a7b0aa63eba2eb042b9c
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 2967fd72a37b23e360fadcc5b903032f243e127594de4e4748677543b00ad00c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,709
Size: 1.00 vMB
Total Fees: 0.02299237 BTC
Feerates: 100.00 > 2.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (7,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
908,166 908,166 000000000000000000010d2876316d092d6988d2010a6fa410ef2ea8ff85ea41 3,157 1.00/1.00 vMB 5
908,165 908,165 00000000000000000001af4101b79fc371548af0f8bb35b77a4b6a611d5b78fa 1,690 1.00/1.00 vMB 2
908,164 908,164 0000000000000000000053d6d7a56745e15d14313d870f1e51d9da8406002073 2,905 1.00/1.00 vMB 4
908,163 908,163 0000000000000000000051c418c483c932cd67863dcf463942184e9c81cddd5d 3,236 1.00/1.00 vMB 7
908,162 908,162 0000000000000000000043ae3ccce8a8d54200d03433efd3cae3635fdae6ba70 3,013 1.00/1.00 vMB 5
908,161 908,161 00000000000000000000ec529bf85bf173da5aeeae17c0e3bdabef4e41cbc478 3,069 1.00/1.00 vMB 6
908,160 908,160 00000000000000000001df31c9ab19a617d6807cec9b14f8f0e711a07ff482c2 3,069 1.00/1.00 vMB 8
908,159 908,159 00000000000000000000d35178bf9f128f7fc34927112d42bfadf7b747d45da3 3,790 1.00/1.00 vMB 6
908,158 908,158 00000000000000000000add563fe22d5931ae377788656b3c3e6f3a6ffce3989 3,131 1.00/1.00 vMB 9
908,157 908,157 00000000000000000000ba9cbd9865fd27f004475ca5c9e3f3aba0ceb6de2da9 3,371 1.00/1.00 vMB 10
908,156 908,156 00000000000000000001cc28d74bdaeb8f74063538c634bf44d7adaa163084fe 1,015 0.52/1.00 vMB 1
908,155 908,155 000000000000000000019ae236d2730d2fbcde67dadfd6032968ac32cc6235ce 3,090 1.00/1.00 vMB 4
908,154 908,154 000000000000000000021f3347b9e12259d78b014de41eeefe65144b44fc65b1 2,981 1.00/1.00 vMB 2
908,153 908,153 0000000000000000000024b1e634ce9ff4b2706f1cc5d6d0d9ce9bce2ddfc6ed 3,346 1.00/1.00 vMB 1
908,152 908,152 00000000000000000000da104f8c28a21e124b0593a0c37124c75b3d10241b8c 360 0.14/1.00 vMB 1
908,151 908,151 00000000000000000001d6c912b9cccad904d219c7f751f9d05f9f499a84a688 2,271 1.00/1.00 vMB 2
908,150 908,150 00000000000000000000d7b5b1147a0efb0c27fefd55d72421e5568fa6381e0b 2,894 1.00/1.00 vMB 4
908,149 908,149 00000000000000000000c76e6ada4bca40271cf514a45b8270d525ad2b4a3923 2,315 1.00/1.00 vMB 3
908,148 908,148 0000000000000000000069cc898366f402aa84629d57b5bed2d86eb181559037 3,438 1.00/1.00 vMB 4
908,147 908,147 000000000000000000002e709fc63148b64ca945553477e253da910252f89108 2,972 1.00/1.00 vMB 2
908,146 908,146 00000000000000000000061a6d2b3a59191e0f15e67ef3795784e6b9d32e80c3 2,943 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.17 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: 749.30 GB
    • Received: 18.82 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.