Loading Tool

Explorer IconExplorer

Memory Pool

83,633 transactions
30.82 vMB
0.08273197 BTC
Random Selection Loading Transactions
Max Size: 189.33/200 MB

Candidate Block

Mining Attempt 5e984f964c4d3715735a261d15fdfbe79ca1ac13909459d23801d3003b1dbb3b
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root bd95a23b683661c560b12b1edf6c6d24897e0ce6e94a41a9e2e5dd175adc9964
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,708
Size: 1.00 vMB
Total Fees: 0.01258901 BTC
Feerates: 60.16 > 1.26 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (215,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,960 699,960 00000000000000000002ea1d1c9a8629dcdf0ac984b78aca40b3bfa49c2f245e 1,449 1.00/1.00 vMB 6
699,959 699,959 00000000000000000004e3890f8e159abbc772e6f47613428d1af476d39d93e6 1,475 1.00/1.00 vMB 11
699,958 699,958 0000000000000000000798e3169cf5c5a6c3a3bd5e36b9d5e736c28ccfe7dd80 1,251 1.00/1.00 vMB 16
699,957 699,957 0000000000000000000a44ea9f7d3398dbe6d6bbc384b01b584aabbb60939710 1,648 1.00/1.00 vMB 15
699,956 699,956 00000000000000000004704d69c288d7cc97e6b35998128662be447e5e84399f 2,166 1.00/1.00 vMB 8
699,955 699,955 0000000000000000000d2835cabba542bc95d61e2b21ad223e0650316f0edea1 2,749 1.00/1.00 vMB 18
699,954 699,954 000000000000000000005191a466454f1d5bc343ecbfa867bdb3c062f5642d0b 2,766 1.00/1.00 vMB 10
699,953 699,953 0000000000000000000ccf557efac71920b8dca5e8177f4c716c9863ce50d51a 3,321 1.00/1.00 vMB 11
699,952 699,952 000000000000000000073ad853fa0f040195671e720e56f7ca7b8307a7d71240 2,880 1.00/1.00 vMB 32
699,951 699,951 00000000000000000006d7984ce9411d1e428fb2bc1f97899a400a7b16799ca8 2,620 1.00/1.00 vMB 19
699,950 699,950 000000000000000000052ec0bceec502527fb631beb7c16c22c805c036bf0a4b 2,320 1.00/1.00 vMB 9
699,949 699,949 00000000000000000006c342823bcb4eccca30c52b2bd196e6c9aa645823aa66 1,957 1.00/1.00 vMB 7
699,948 699,948 00000000000000000004412a1d6a90053f60347e677cab7784340395f3121dbf 2,827 1.00/1.00 vMB 12
699,947 699,947 00000000000000000000a660a2dc59f934eec2c8e2f9b0eac8881b347208734e 422 1.00/1.00 vMB 2
699,946 699,946 00000000000000000004bd937d8152df30586ea1ed0d47f8e50d442a94358d95 1,299 1.00/1.00 vMB 2
699,945 699,945 0000000000000000000390131dbc4bfd240f70179f43ee7ddfb23914d408e8bb 2,734 1.00/1.00 vMB 17
699,944 699,944 0000000000000000000b70de9dbf084bdb3ded1835e6c7619cdca62477a8818a 2,322 1.00/1.00 vMB 6
699,943 699,943 00000000000000000009bfc0080eebc8dac6928a57ca96cebd98850a10f5a641 2,854 1.00/1.00 vMB 13
699,942 699,942 000000000000000000015afd0b49707d4abaf16d71c784bf2fbace54486d4877 1,604 1.00/1.00 vMB 6
699,941 699,941 0000000000000000000ae1fa12fb1f4e49c92ee630d2873ff86ccefd8a2c9a90 3,128 1.00/1.00 vMB 3
699,940 699,940 00000000000000000003ac7bf70ecb0a6908d0b9d1dc1142bce05f47b46ebdcf 2,808 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.02 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: 719.32 GB
    • Received: 18.03 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.