Loading Tool

Explorer IconExplorer

Memory Pool

56,781 transactions
17.66 vMB
0.04524797 BTC
Random Selection Loading Transactions
Max Size: 112.30/200 MB

Candidate Block

Mining Attempt 7e25eafe845684cc73bb4e1d98ff05e1ad47d313c50a4241cd5d221993959ace
Version 20000000
Previous Block 00000000000000000000abeab8bc8a4926339d92ddb25ad45355b25be623db1e
Merkle Root 21ea76f74b45835f5f8239394a34b9385b4001d9751431dbd98d2ff663f9a645
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,836
Size: 1.00 vMB
Total Fees: 0.00597560 BTC
Feerates: 40.21 > 0.60 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,733 (789,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,062 126,062 000000000000344a57f8b37e4330c43d0bdc28d886ac072db7974b773df9f650 8 0.00/1.00 vMB 521
126,061 126,061 00000000000019de56c09c050c87b59f04bd1a9fe0c95a9cf314fa4aaf3c7f0d 9 0.01/1.00 vMB 404
126,060 126,060 00000000000040ebf2ef41cad819549531bc5e5eb8b7f29204793f87c122d18e 7 0.00/1.00 vMB 660
126,059 126,059 000000000000427c35f4669b8f5b3ce7c15c26366cd67d07b620a89f4c849868 9 0.00/1.00 vMB 954
126,058 126,058 000000000000412be9f775b77d1033f451a1fe5f7610ff6ca6f8d50137419977 13 0.00/1.00 vMB 222
126,057 126,057 000000000000447bff9d502a6349069dbb19179a3d9776d77865d121706d4fd1 71 0.03/1.00 vMB 421
126,056 126,056 0000000000002262f3815f307fec40cadbfcd0fc6300ba45698e09699a90953e 12 0.00/1.00 vMB 539
126,055 126,055 000000000000287f96da8459fca602268f38cb0174b218984d4b8e6a40b76b65 25 0.01/1.00 vMB 1,110
126,054 126,054 0000000000002c556e5ab71e666c4bc623c4fe22a653919baac83fbcda4144f5 18 0.01/1.00 vMB 889
126,053 126,053 0000000000001626f06d9d30825b731c4e6e7823e6846ac413ee6e87e131987e 8 0.00/1.00 vMB 1,259
126,052 126,052 00000000000033eb7104bb363a79ffa261c1aa0964aec04833aadc1ce5c67439 17 0.00/1.00 vMB 1,068
126,051 126,051 0000000000002b3f7037cc9f6941191ffebe346456173351b14dbfb4aa6ea216 7 0.00/1.00 vMB 0
126,050 126,050 000000000000095c67a565693524f72c68d44c9d90aeda42222e2293d1590a94 30 0.01/1.00 vMB 990
126,049 126,049 00000000000003fb3bdf98a4a7420c0fc831d546199c8f548552dec4b5135406 21 0.01/1.00 vMB 3,512
126,048 126,048 00000000000029e22bcd4206bd40e580723124c82b5c0ccf19764096f65340cc 2 0.00/1.00 vMB 0
126,047 126,047 000000000000160a6cf17dacbc93e1c07d42a20eee078a0d8eae6699c38bfbb4 35 0.01/1.00 vMB 136
126,046 126,046 0000000000002758d2c9d76577fdc052bd24f48e2d3f5dbb36b6f7a6cc5a92af 36 0.01/1.00 vMB 1,053
126,045 126,045 0000000000000ba7b141357aa60d0e0724ff7749cf7f98acdd4027506c203961 27 0.02/1.00 vMB 644
126,044 126,044 000000000000420be0fd9bfe8a46bc5d3af2931fbb7b83dc7e6ae9e73e347d27 51 0.02/1.00 vMB 600
126,043 126,043 0000000000001d8b5c8a8c2e5ce5ec1448357d8574fa81ba1b3b6188610f1430 13 0.00/1.00 vMB 859
126,042 126,042 00000000000007a3bea1557868fc4ec03e77ed9814a5dfc23c771b8bd085dda9 4 0.00/1.00 vMB 4,043
Previous 10 blocks ↓
Total Size: 783.64 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: 776.30 GB
    • Received: 21.00 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.