Loading Tool

Explorer IconExplorer

Memory Pool

79,608 transactions
29.49 vMB
0.06317883 BTC
Random Selection Loading Transactions
Max Size: 177.93/200 MB

Candidate Block

Mining Attempt 2856910521cbddcea5f547c588ff347c46bb05189e9767dada7e395240f497e5
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 0b3470dc4def9f202e146f4ffa46cbd0bdf3314496d7146ee9689415a6400e5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,733
Size: 1.00 vMB
Total Fees: 0.00329727 BTC
Feerates: 19.67 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (459,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,433 455,433 000000000000000001d5813cc5fefb87850833a62e254f407ee9f3738a77c8f3 1,226 1.00/1.00 vMB 145
455,432 455,432 000000000000000000b78b091ab39145756d29e1d4c2dc48498954e4fd9fd93d 2,287 1.00/1.00 vMB 164
455,431 455,431 000000000000000000b1f3a8b95dc6633b6c8acc9273a39b78b7eca3a9e96891 2,212 1.00/1.00 vMB 197
455,430 455,430 000000000000000000fb14c4a6d1f58d80acca8f6e7d23930200cf098fd04520 2,147 1.00/1.00 vMB 172
455,429 455,429 0000000000000000003db69764e4c89a5b95764c489069fab1b8b01d25713575 1,558 1.00/1.00 vMB 190
455,428 455,428 0000000000000000005066e355a33af8feafc39e71d58ec8072ab7810adcc51e 2,595 1.00/1.00 vMB 220
455,427 455,427 0000000000000000001e0e2fbb717ecc9af78aa9ea0021c4cef936d93b409b05 2,308 1.00/1.00 vMB 157
455,426 455,426 00000000000000000232c8d19fd0430712a290cd91b625445738203d6dfaaf79 2,746 1.00/1.00 vMB 226
455,425 455,425 000000000000000001f306753064ee0ef563c4ee340ce4d6e49409d2fca96f47 2,067 1.00/1.00 vMB 193
455,424 455,424 00000000000000000167696b6ea2e8f1be1ad1f51a348121e2e9f4779dcf1b34 3,254 1.00/1.00 vMB 431
455,423 455,423 0000000000000000006e961163d90bce877f4b64a45b334c86dc25bbaaca7627 2,257 1.00/1.00 vMB 173
455,422 455,422 0000000000000000016bd6f5b8afbade079c290b4fceae2998cad3a45a020947 1,737 1.00/1.00 vMB 163
455,421 455,421 000000000000000000069c822c0998995420668d37f33fc78246b6b530b31186 2,408 1.00/1.00 vMB 205
455,420 455,420 0000000000000000002d2f19dcac15186dffbf2ca9f6580e8183c7efd69be4a1 1,796 1.00/1.00 vMB 155
455,419 455,419 000000000000000001361d2bac026b7296d576d431b1b1926ce64e1d4c016688 2,507 1.00/1.00 vMB 213
455,418 455,418 000000000000000000242e1d51b4143acc9058eba5fc9a325457577a639a7e12 2,687 1.00/1.00 vMB 289
455,417 455,417 0000000000000000007e16ec3714face13e4960f6ff4683682a521c9699d5ec9 354 0.10/1.00 vMB 330
455,416 455,416 00000000000000000158a543962fd41da7882d787ea200e20410a3953ae35333 3,031 1.00/1.00 vMB 303
455,415 455,415 0000000000000000006aca410da6b2b1772146dd5d3b436fa56d30e1df3041b2 1,366 1.00/1.00 vMB 109
455,414 455,414 000000000000000001cd3ad640f5323936dbaf23d69c35566fb8ba400cc65ed9 2,587 1.00/1.00 vMB 138
455,413 455,413 000000000000000000fcb38f3e2a6e1f9da08988bf4852b17dd40399ed35c54f 2,256 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.35 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: 662.21 GB
    • Received: 14.84 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.