Loading Tool

Explorer IconExplorer

Memory Pool

79,111 transactions
30.16 vMB
0.09374650 BTC
Random Selection Loading Transactions
Max Size: 180.16/200 MB

Candidate Block

Mining Attempt c78608659eb81dd6a0c67e917cc2ec2f06d3bd0908257ae77c04f166019b0385
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root a4f07389a8e442570ef5b1bd7d3fe3653ad47a9ec55312dc08182221d0425ab0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,203
Size: 1.00 vMB
Total Fees: 0.02299197 BTC
Feerates: 150.61 > 2.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (417,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,125 498,125 000000000000000000a2a646ca401d78627db077a28817fa22adb91cc357c8cc 3,422 1.00/1.00 vMB 350
498,124 498,124 0000000000000000006e67829611ff22ccafaefef9ed255e5f135ba13c9e7e7b 3,040 1.00/1.00 vMB 328
498,123 498,123 0000000000000000009a6543a558e5e2741c88519d6adba671a4fd7d7d888104 3,425 1.00/1.00 vMB 344
498,122 498,122 000000000000000000b048f894b6822e1be83c5346ec8bd4ca91ac88ac106f1d 3,542 1.00/1.00 vMB 379
498,121 498,121 000000000000000000351aa443f7282e135b0ba0179ec925263d46394a07a73d 3,466 1.00/1.00 vMB 367
498,120 498,120 000000000000000000aacc2a37240e75ad1c82a8a052f3e2973a1c602a389382 3,611 1.00/1.00 vMB 324
498,119 498,119 0000000000000000004cb1857485264b48e93be6c0fc66d5d67da9503d078da8 2,754 1.00/1.00 vMB 327
498,118 498,118 0000000000000000008ef8a2801f9eac9e0e10694377a2ec7a8c67f944e1d1ae 2,968 1.00/1.00 vMB 377
498,117 498,117 0000000000000000007caf0bba277d4df6a8784dd6f3f2c258887cf2e18f99ad 2,833 1.00/1.00 vMB 346
498,116 498,116 00000000000000000063c73f516386af555bb9ca764e17d5271b01dedc9887b0 2,783 1.00/1.00 vMB 351
498,115 498,115 000000000000000000a398a85eec423fbddc9f437625aaeed31ec7dccbe1b941 3,147 1.00/1.00 vMB 357
498,114 498,114 000000000000000000a9fc87d142805845ba105ef27f18dee05d4b21418b0ee6 2,558 1.00/1.00 vMB 344
498,113 498,113 00000000000000000092b98490e636b29dbd17b314d29d13d74ce948d3b5ee50 2,643 1.00/1.00 vMB 373
498,112 498,112 0000000000000000000e73d1330ed6dd64c0bcbd9c59257461a62893b97582ff 2,395 1.00/1.00 vMB 426
498,111 498,111 000000000000000000a6ecb6af4138547b6616076a7fbda24292790073e801d5 2,864 1.00/1.00 vMB 306
498,110 498,110 000000000000000000abe115d38a839cc3f49058b8f9ec7905cebfca1b26b628 2,691 1.00/1.00 vMB 312
498,109 498,109 0000000000000000009dac6973f29e4e4b3da2cc75832784ab1998553a31e815 3,109 1.00/1.00 vMB 355
498,108 498,108 0000000000000000002ed0ecf5c2c509b8bdbe11fa467b91ed0bcc12cdd9c18a 2,031 1.00/1.00 vMB 337
498,107 498,107 000000000000000000901d89dec36c086e3940f81478f11315566834e22a71c6 2,206 1.00/1.00 vMB 329
498,106 498,106 00000000000000000069308392245a961df1bb60ccbf6a87f12e075e7b989f73 1,660 1.00/1.00 vMB 263
498,105 498,105 00000000000000000063500362cad9af0653391b88dc6a633b223e05c74a057a 2,119 1.00/1.00 vMB 290
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.