Loading Tool

Explorer IconExplorer

Memory Pool

82,885 transactions
30.71 vMB
0.13927485 BTC
Random Selection Loading Transactions
Max Size: 185.05/200 MB

Candidate Block

Mining Attempt 2bc0698158a428998d2dd08f0c7c152aa84d28b9d55e1a4f2efbdb8fefb12478
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root e624e7f8389880c590c30fe64de72a1b21579030aa1750201a0ce4959ad45e2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,730
Size: 1.00 vMB
Total Fees: 0.07432159 BTC
Feerates: 203.60 > 7.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (137,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,062 777,062 00000000000000000004b6bba1416769439f1061f1183a87bbac398c2bd7fdf0 835 1.00/1.00 vMB 4
777,061 777,061 00000000000000000004e1ce3a4032a8416c229fdff392e695efe7f7cdc7705f 2,845 1.00/1.00 vMB 22
777,060 777,060 00000000000000000005e73fae7721d964e5f9eb50c479c50c3d6351e3917580 1,790 1.00/1.00 vMB 5
777,059 777,059 000000000000000000063718e569145001b03aaf7d9aa847d70bc31a23b5ce94 2,446 1.00/1.00 vMB 11
777,058 777,058 00000000000000000004d35b27c1fa1627ef1931f8025c95ffe7913fc599d954 2,061 1.00/1.00 vMB 14
777,057 777,057 00000000000000000001e7473095248c7a092c34c4eec4275043064b4c3ea695 2,013 1.00/1.00 vMB 13
777,056 777,056 00000000000000000003e22cf708f99d09dcd2ef007fba80cdc7a604acfca4f1 2,149 1.00/1.00 vMB 9
777,055 777,055 00000000000000000006ce376c36c408d1f7ae79d0104f6c1bea1bd2e3a0f0bb 2,680 1.00/1.00 vMB 10
777,054 777,054 00000000000000000000ed250190468ef56f588e7a96b671efeb88743f595d2d 4,216 1.00/1.00 vMB 16
777,053 777,053 00000000000000000000ed0bfde2edc8f75b853d939fc1c8c7a2b948f633334f 5,571 1.00/1.00 vMB 11
777,052 777,052 0000000000000000000008f8d4e4f9e473803f1b845e7f7c157069992f13535d 2,416 1.00/1.00 vMB 9
777,051 777,051 000000000000000000029aff9076878cc24b67fbe2d68d22a151b0b0162d14bd 2,846 1.00/1.00 vMB 19
777,050 777,050 00000000000000000004deaeaca9d544f04c1f6ec18be23c686b6c45c07c6ec6 1,551 1.00/1.00 vMB 13
777,049 777,049 000000000000000000063f76e01a87e111166c9db2206d4321a5296aa3db5535 2,583 1.00/1.00 vMB 23
777,048 777,048 000000000000000000008f67f51b52175f81e22a5bc6f1a0c0df116a0fd15dc7 1,623 1.00/1.00 vMB 15
777,047 777,047 0000000000000000000526fa35a349de54a187510fff8d313f52912d743a301d 1,894 1.00/1.00 vMB 19
777,046 777,046 00000000000000000002cc028ef42e9a7299ef0eb30911788c8f4b3204d19136 3,092 1.00/1.00 vMB 27
777,045 777,045 000000000000000000040021929e5bbbd5972ecc224842180bb81ba01aaf960b 2,055 1.00/1.00 vMB 23
777,044 777,044 00000000000000000003d56c413c7b02ca539f641279bd11b20fe146ee660ddb 3,524 1.00/1.00 vMB 24
777,043 777,043 0000000000000000000632991e3abe07525ad10d7e6d4043443a0b981badfcbe 2,864 1.00/1.00 vMB 28
777,042 777,042 000000000000000000061de9f494e15a21eb43814caefe7c62e8d9e9790b089f 3,134 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.