Loading Tool

Explorer IconExplorer

Memory Pool

42,300 transactions
26.73 vMB
0.05503877 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 1d7fb1c36f1056463b134933c9d3a233ccd02e01c9e2e9373639b356fcacf7f6
Version 20000000
Previous Block 000000000000000000006541c0b8e2f386dee130dab69fd333fb79c357f33cdc
Merkle Root 7fde45112f9d32957df42f9929b4f34eaced647f3364aba4e06f9247c0ddd997
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,079
Size: 1.00 vMB
Total Fees: 0.00570155 BTC
Feerates: 40.21 > 0.57 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,897 (431,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,955 482,955 000000000000000000e5914fe221b289cbabf3f97fac1708fdeb1357c71aaee6 1,771 1.00/1.00 vMB 146
482,954 482,954 00000000000000000079f7fce77c40e0ba3f59bd3c237cde157ccd3802475e53 2,004 1.00/1.00 vMB 53
482,953 482,953 00000000000000000104e9ff223d1b213b6280e6981cc4a264e7fa672325925d 2,157 1.00/1.00 vMB 146
482,952 482,952 00000000000000000069b428472fb0bad7a1bd7fcae0ea447c94204d5c192cc8 2,514 1.00/1.00 vMB 120
482,951 482,951 000000000000000001314951844606bd53a97339fb0a98e941550915515b876a 1,979 1.00/1.00 vMB 313
482,950 482,950 000000000000000000eef0404d361b43e32f4739d994a3a016389421f8d9d2e1 1,948 1.00/1.00 vMB 141
482,949 482,949 0000000000000000004f29e2710f49dd4e96150ff901e2c5485b45967f6e2953 1,928 1.00/1.00 vMB 326
482,948 482,948 000000000000000000064d4b21e5ad3b4d439c910fa2049a236a4ca7cb1c3748 2,019 1.00/1.00 vMB 465
482,947 482,947 00000000000000000066fc31390e96aa5fe3992a7a172192e6264ca777282507 2,112 1.00/1.00 vMB 265
482,946 482,946 0000000000000000011962b41ec9468a27cac7a85f362337e396930d5f4eef41 2,136 1.00/1.00 vMB 239
482,945 482,945 0000000000000000009dd802a71a0bf0999578fb6f67ee97898d884a6ef9b759 1,960 1.00/1.00 vMB 242
482,944 482,944 0000000000000000000a4cc851799daa1c39e0e65a1aeeaac13c3253c5f54168 1,943 1.00/1.00 vMB 430
482,943 482,943 00000000000000000110340bd7806f56447b7b66d69942fa9866c74d75f472b4 1,842 1.00/1.00 vMB 166
482,942 482,942 00000000000000000098f724697c5da65f5ea7e69e035e4af981adb503b10f4d 2,020 1.00/1.00 vMB 365
482,941 482,941 000000000000000000fdea32ad90c0f9fb1193e3264e51f3e0aba70bfd7056b9 2,024 1.00/1.00 vMB 277
482,940 482,940 0000000000000000002cbff4cada6982e6f87786d26e32b2bc19c8188bb3e39c 1,578 1.00/1.00 vMB 252
482,939 482,939 000000000000000000125c7cb45e83db6a7b63e1f3244140316782c75270c488 1,855 1.00/1.00 vMB 261
482,938 482,938 00000000000000000032c34d35ecfaa1ae9d94fce7fd95ac4cd55109378633eb 1,939 0.99/1.00 vMB 388
482,937 482,937 000000000000000000a1970afc18415e0d9cb85c5f1c9a935ef80571857a30d5 1,811 1.00/1.00 vMB 369
482,936 482,936 00000000000000000094d570624e9c3240ac85216f58b36cdf60c724dd79eb8c 1,894 1.00/1.00 vMB 212
482,935 482,935 0000000000000000000365a74074fda9a3aaf480f991a34aed6ae838852fe33c 1,991 1.00/1.00 vMB 251
Previous 10 blocks ↓
Total Size: 782.21 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: 654.19 GB
    • Received: 14.11 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.