Loading Tool

Explorer IconExplorer

Memory Pool

42,761 transactions
26.71 vMB
0.05326357 BTC
Random Selection Loading Transactions
Max Size: 140.47/200 MB

Candidate Block

Mining Attempt 8ece559c6adbf88a9845962e9ce96889682dad9903a85b05ee2386ae3c0b6d24
Version 20000000
Previous Block 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70
Merkle Root 5edbda60d41685e8c94eafd47ef11e9eb959a02b1e7ca913b1e1eabc3d024d9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,258
Size: 1.00 vMB
Total Fees: 0.00389755 BTC
Feerates: 14.54 > 0.39 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,896 (689,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,807 225,807 000000000000033b4d101bdfece51ea80f529a4edd6a3300390830f763318bbf 1 0.00/1.00 vMB 0
225,806 225,806 00000000000000c070425fd7359c26a1cc4feb57c6c70edcac3e859246a2a56e 231 0.14/1.00 vMB 160
225,805 225,805 00000000000001dfe5a5ea2afeebd76c0816ab0e10aecac10c0636a33c0fff7b 9 0.00/1.00 vMB 504
225,804 225,804 00000000000001f3c334572f429863471669db05ee92d721c342a86e6dea1008 359 0.14/1.00 vMB 197
225,803 225,803 00000000000002e11e00771ee485c6247bd520f56c0c977b8616ab14fef8a112 144 0.07/1.00 vMB 143
225,802 225,802 00000000000001566b39982197a22370596b2b11346071f2e77b3be79fb6e06f 197 0.10/1.00 vMB 171
225,801 225,801 00000000000001b0b7ab11c0ca90a8bf34c8d75a81c8bc4c57fa4b7539743d83 88 0.07/1.00 vMB 138
225,800 225,800 000000000000007cdedf81117d6c7d4f0b0beb4bc04529f497de4907e7da0c18 32 0.01/1.00 vMB 271
225,799 225,799 000000000000035fa12bebb25c384b8f8857a08a3d6b7725c251bced3722b77d 332 0.21/1.00 vMB 134
225,798 225,798 0000000000000332b8c15bb5049986ef30ef7a97167e355462b04cb8d06f04ec 715 0.25/1.00 vMB 223
225,797 225,797 0000000000000247eac3189e054ad080331e92d0abaf9320bfb726d054625446 32 0.02/1.00 vMB 108
225,796 225,796 0000000000000330f0b4ef77a6de71b002c8ae6782b00004df7aa8876a300d7a 217 0.15/1.00 vMB 50
225,795 225,795 00000000000000f60880002f53ed46db4d5cd2e4b61d9f94ec9e5c2e96e942d3 203 0.12/1.00 vMB 141
225,794 225,794 00000000000001f2d0a607b93e38d299634ca1644baec8db6b1e1c0f81fe00b8 132 0.05/1.00 vMB 125
225,793 225,793 00000000000000c88699ab658dc5c2267b3044c5228eacca89c6fd339e9900a1 11 0.00/1.00 vMB 191
225,792 225,792 0000000000000024b134023619ea04aa80d572b9bafe09383b91db31c13ca4d2 218 0.14/1.00 vMB 136
225,791 225,791 000000000000003a58043252cdc30ed2f37fb17e6ef1658324b1478f16c1463b 649 0.25/1.00 vMB 205
225,790 225,790 000000000000020465beadb94a3e88abb2f3ad0715e2e77b1de57d9782be04ab 68 0.02/1.00 vMB 145
225,789 225,789 00000000000002dbdd1798be29d9e6697e0bf9278f75c179123a15a0d640d8ba 267 0.12/1.00 vMB 185
225,788 225,788 000000000000033e4f0d9aab104eaa7525cb7c9cfd136328d5579693365aab02 374 0.19/1.00 vMB 187
225,787 225,787 000000000000024208d33deb905039a088c2b613155dc3078ff89c39cc63529a 409 0.20/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 782.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.09 GB
    • Received: 14.10 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.