Loading Tool

Explorer IconExplorer

Memory Pool

43,343 transactions
26.56 vMB
0.06283281 BTC
Random Selection Loading Transactions
Max Size: 139.66/200 MB

Candidate Block

Mining Attempt e79892f40dbd81c0d46559eb4f416487bf4f9ee50dd2d8b15d1af98e5721b56f
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root 60568c2f16454b1c837c3687de81657bee6c2471d147b78e46a55fa4ab22bb65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,310
Size: 1.00 vMB
Total Fees: 0.01291912 BTC
Feerates: 74.70 > 1.29 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (827,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,145 87,145 00000000001c4f6115605c25b551bfced454cac89246adcf5677e41cfc593ed8 1 0.00/1.00 vMB 0
87,144 87,144 000000000018b5f1853eaa1d9bfd798bd2de83f3d1157203f731ff0a1a0cb168 1 0.00/1.00 vMB 0
87,143 87,143 00000000000c2b62091f74408b8415ebd4a3d61cfa3b279822723731e9bec188 1 0.00/1.00 vMB 0
87,142 87,142 000000000001e3b3403b06d452b7e79c6c08b2a86f729b6ad792d317df5fdff2 2 0.00/1.00 vMB 0
87,141 87,141 000000000019de9948d3129852fd49ae2e3f57c1b192d0cf9e90feb9f161e332 2 0.00/1.00 vMB 0
87,140 87,140 00000000000f7770ec01dd0771eb76877de723e6a67c4b3e2e54e51323b6abc1 1 0.00/1.00 vMB 0
87,139 87,139 000000000006ee3411a5ddcd09fc04bc07d3e18c3db67590ce8af38fed0657e8 1 0.00/1.00 vMB 0
87,138 87,138 00000000000085a53e1f161232490f70f82231b40f47aeeb31fccfc4bb95f7d9 1 0.00/1.00 vMB 0
87,137 87,137 00000000000428855903b03b230f54fccd4b06cdc5740166406cfcb9ee47b7ef 2 0.00/1.00 vMB 0
87,136 87,136 0000000000116fb72b789297af3e80827890272cfa1d9607c628d03c94bf05bf 4 0.00/1.00 vMB 0
87,135 87,135 0000000000116885dd1ba62f7c95ee0518e689e5236b20b327cd5e2bf700e940 2 0.00/1.00 vMB 0
87,134 87,134 00000000001c54d94a5e675f53a28d214e209766a95c8d80e153c0a7a59acdc2 3 0.00/1.00 vMB 0
87,133 87,133 00000000001db1bac9e3de8feb32107d457f16319392ded90fc6e5c77f21369e 3 0.00/1.00 vMB 0
87,132 87,132 000000000016df04926445ed678f2c93858cdf51e50d79b822d724a5781a4d2f 2 0.00/1.00 vMB 0
87,131 87,131 0000000000050849d4869ef549c271151922f4c1fd1499e8951afc574a7c22c1 3 0.00/1.00 vMB 0
87,130 87,130 0000000000037d274f3da78a57c22a68a987139879c45d35e997d4369519c1c4 1 0.00/1.00 vMB 0
87,129 87,129 0000000000039339a80cc31e2d4d7e189b1a5bb21373febc38bb7d944f3c44de 1 0.00/1.00 vMB 0
87,128 87,128 00000000001bf233a88dd6f75618cb271d738de154efff993e56910cd1881a65 1 0.00/1.00 vMB 0
87,127 87,127 00000000000bdf8ea8638f6b65a65055c3637292ef9d71bf5f91d9084ebf605b 3 0.00/1.00 vMB 0
87,126 87,126 00000000001280f36da1fcd4e1978407812494e4b889289978ea94d297576657 2 0.00/1.00 vMB 0
87,125 87,125 000000000003f7c839c0ae7e15fa83ef27965a2eefd21ae1f58151337bec081f 3 0.00/1.00 vMB 0
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.83 GB
    • Received: 12.78 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.