Loading Tool

Explorer IconExplorer

Memory Pool

75,758 transactions
28.33 vMB
0.06451093 BTC
Random Selection Loading Transactions
Max Size: 171.61/200 MB

Candidate Block

Mining Attempt 57fe3b7a472607177baea34248928997ae70a29a27205a4464f7db077a21d824
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 007a5a1de64e35e3a20acf49b59259a60fd77cc3ef234006f8fdb8d5d96d442f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,942
Size: 1.00 vMB
Total Fees: 0.00573004 BTC
Feerates: 101.00 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (263,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,393 651,393 0000000000000000000b03980f0b92a257fb74b729a8e5a007a4a9917e66b64c 2,589 1.00/1.00 vMB 112
651,392 651,392 00000000000000000006fab92cb852ac78969faa4303cc95be648f82316186b5 2,964 1.00/1.00 vMB 117
651,391 651,391 00000000000000000002d38b174e6ee10eaad1f35d141ffbd43975609c856b1f 1,673 1.00/1.00 vMB 103
651,390 651,390 000000000000000000047850617f402a2ad57d63284c6971358d0b3d904ddc8e 2,708 1.00/1.00 vMB 119
651,389 651,389 00000000000000000008d8a3a0b611afbdc82277885fb3a5f9c9e924cf01c52e 2,639 1.00/1.00 vMB 102
651,388 651,388 0000000000000000000c6201ab25b8cf708cab4897171472091806a02c42f52b 2,611 1.00/1.00 vMB 113
651,387 651,387 0000000000000000000b68f56e713c10735743c3cd3a6204558939867d2a3cd9 1,393 1.00/1.00 vMB 95
651,386 651,386 0000000000000000000644e585f5bd1ea68be9ffb664fc34c4cf752b3f1caf3a 2,094 1.00/1.00 vMB 109
651,385 651,385 0000000000000000000aaf497255707daaa6b99e8be76f77b8a6c876fd5bb546 2,349 1.00/1.00 vMB 112
651,384 651,384 000000000000000000005a2c0812d5db8b51d62ec8cbef15aa8ad2574ef5a2e1 2,373 1.00/1.00 vMB 106
651,383 651,383 0000000000000000000a0d85eea0dd03e670c6f94a27d7243ff68b9f22f7350c 1,453 1.00/1.00 vMB 105
651,382 651,382 0000000000000000000362e09d0051f487d5f5a5a8fc14c3005ceb92504b64b7 3,445 1.00/1.00 vMB 133
651,381 651,381 00000000000000000008dd0c5c066502d65ab9a698558fef0708756a19e7da3b 2,214 1.00/1.00 vMB 117
651,380 651,380 00000000000000000000a4590f0b1f715fe82b4450cbb11f97054deacf9e3e47 1,991 1.00/1.00 vMB 42
651,379 651,379 0000000000000000000e79c3458268e992b8b69e2251e527655c23d8b1192e26 1,760 1.00/1.00 vMB 86
651,378 651,378 0000000000000000000b82b858ee70028e0433005e35a677a13951578399df78 1 0.00/1.00 vMB 0
651,377 651,377 0000000000000000000c64526eee4d46944d5dd724b3b53432b42af9529c628b 2,071 1.00/1.00 vMB 67
651,376 651,376 0000000000000000000e165effcc6993543675a11e081db1bd96543f8c03b26a 2,717 1.00/1.00 vMB 106
651,375 651,375 00000000000000000008a450ac6088bea17176b0330d3ef9702152175dc2139e 1,911 1.00/1.00 vMB 82
651,374 651,374 0000000000000000000632c8d72051f661b54521012e036b3c8297fad447b504 2,373 1.00/1.00 vMB 82
651,373 651,373 00000000000000000003422605a9c036a447d9281413fc999c604074fe3ac23f 2,191 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.