Loading Tool

Explorer IconExplorer

Memory Pool

78,028 transactions
29.03 vMB
0.07936491 BTC
Random Selection Loading Transactions
Max Size: 175.69/200 MB

Candidate Block

Mining Attempt e6adaf4096903112caf01fd14cea73b72fdb0ea7bae7ea814aeefb1e9db418b5
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 5b31d85aac7dfe09e75cd0623e27bbf32ba8fe0e224df234fc29a495418b14b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.01874638 BTC
Feerates: 178.73 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (349,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,623 565,623 0000000000000000002a87ad9707802a1ceb4656eff8b448baf2c02e1065e96e 1,511 1.00/1.00 vMB 21
565,622 565,622 0000000000000000000c60b9d6f535043964bcdaf91135c83734ceb0178a11cd 2,683 1.00/1.00 vMB 27
565,621 565,621 0000000000000000000ecaa227c15ff5bfa6cd67e3d507a34b05b09ebe6b5627 2,683 1.00/1.00 vMB 39
565,620 565,620 00000000000000000011005547217c27e69ef48c77fe50fcde217cc83caeefd0 2,463 1.00/1.00 vMB 40
565,619 565,619 00000000000000000013d4aa4960f12f4ea5f1c7f8fcad6349b6486aa109080a 2,897 1.00/1.00 vMB 34
565,618 565,618 0000000000000000000818d28f728ae3dca7fc6c0794acdb44a568da36d856ef 2,860 1.00/1.00 vMB 28
565,617 565,617 0000000000000000000a81c0534f4926bac2491ddb953d03e6743cfccf08a49c 2,592 1.00/1.00 vMB 39
565,616 565,616 0000000000000000000d984d8662ee8543ed3b858d1da71310aa119645b47c7a 2,654 1.00/1.00 vMB 25
565,615 565,615 0000000000000000001f6c9e7e67b9fc41c606ddd70388cbbb0cffadb261f618 2,208 1.00/1.00 vMB 18
565,614 565,614 000000000000000000263fb4960ef095b6b83c98e1e05c7427b0d92cf934a008 2,276 1.00/1.00 vMB 27
565,613 565,613 00000000000000000006594685cf09d37a423bfdfd9fd60eef4b0fcfc4b29d83 2,396 1.00/1.00 vMB 30
565,612 565,612 0000000000000000001f317766df744f5ecfc2a4cf18651b2f3a1c73f9c790dd 3,114 1.00/1.00 vMB 30
565,611 565,611 0000000000000000002ca95ca49e0bcd41f8aefdb5cabfbaf2fce980baddc782 2,095 1.00/1.00 vMB 44
565,610 565,610 0000000000000000001bce41e12527cea67f109567e71fbb65ccd72822462f40 626 0.36/1.00 vMB 17
565,609 565,609 0000000000000000001411d075d7d2eec6d0103554c85fa2bce408ba21cf32c1 1,781 0.95/1.00 vMB 13
565,608 565,608 00000000000000000013091404b3e41f3b549bbb5dbdcae24bb19ceb6543c6ed 2,098 1.00/1.00 vMB 33
565,607 565,607 0000000000000000002555479c9c1f808f5dd23bbbe7db0587d649730817586f 1,818 0.68/1.00 vMB 14
565,606 565,606 00000000000000000013896cb79635e4b33806c7e03a2b8ce130f2f4a04ade78 942 0.89/1.00 vMB 6
565,605 565,605 0000000000000000002a2ca391513943f8d47c9c80a6cc52e66900966fad8c49 2,206 1.00/1.00 vMB 12
565,604 565,604 0000000000000000001fba50101fa2f2cd886d55b26b3069b3236516b02c4be9 2,032 1.00/1.00 vMB 5
565,603 565,603 000000000000000000241b56b3be046b8a1606a56292418d9222eb7b0ccfefa2 2,711 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.68 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: 677.33 GB
    • Received: 16.43 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.