Loading Tool

Explorer IconExplorer

Memory Pool

80,465 transactions
30.89 vMB
0.09030674 BTC
Random Selection Loading Transactions
Max Size: 186.85/200 MB

Candidate Block

Mining Attempt 72540232042d20cb0db16c1a43e22de1768d6faeeaf4c129e6b756c626b241af
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root d00dd2ceb5114c9c43a3db4ab22b7eb5fb65eeae268387c14555bc9951f64de4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.02386068 BTC
Feerates: 110.56 > 2.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (449,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,482 465,482 000000000000000000240b1bf78caa1562543f6908814e9bd92e86540d880614 2,791 1.00/1.00 vMB 259
465,481 465,481 00000000000000000013a45d99ad949e9c0707f00ad3432414d49d5fe501d626 2,540 1.00/1.00 vMB 158
465,480 465,480 00000000000000000128fada00da181aa0c79d3576f1fc31986fde6c4f7f9c10 2,804 1.00/1.00 vMB 220
465,479 465,479 00000000000000000204557029e1bf4c9511744201c98c863dc9ec6c9ee48727 2,772 1.00/1.00 vMB 194
465,478 465,478 0000000000000000016c5d3971474ac7f713007a98365d724bbe9cb2a07c5c42 2,737 1.00/1.00 vMB 160
465,477 465,477 00000000000000000127b072477d8c01585518f7e9a2ccc4e9c60192e695149c 1,785 1.00/1.00 vMB 160
465,476 465,476 0000000000000000000e505d34c6b670ee69674263d53cc67721f90470c82932 2,584 1.00/1.00 vMB 211
465,475 465,475 00000000000000000050cc1439d516a42b20e56e517e2fccf9974306a4a90514 2,451 1.00/1.00 vMB 184
465,474 465,474 000000000000000000fc7535531427eabf1df0efab500b5d9206ef9db3ad8d94 2,694 1.00/1.00 vMB 283
465,473 465,473 00000000000000000104e33927c23c718a2e75bb72f5847aa1e234f76b820cba 1,822 1.00/1.00 vMB 161
465,472 465,472 000000000000000001cb21ef33483f8d272df8be293c9f7e3fb033e06feeaf46 2,736 1.00/1.00 vMB 225
465,471 465,471 0000000000000000008e7aaa292016b26dd6f3e6c0a6d8d45ca5acda06719b0a 2,770 1.00/1.00 vMB 244
465,470 465,470 0000000000000000004b30d690f6c977e4be981599887b6f71169648246afaff 2,514 1.00/1.00 vMB 170
465,469 465,469 000000000000000000b8e468a2ec0b561c26243a972f5192a63a449a9a662b85 2,244 1.00/1.00 vMB 168
465,468 465,468 000000000000000001d500412a37c747cd502910d3ba777a09f831692c4bce21 2,587 1.00/1.00 vMB 215
465,467 465,467 000000000000000001fc87bbb26d20ee468a812374d38a3cfb2b819348785353 2,112 1.00/1.00 vMB 190
465,466 465,466 000000000000000001200f0c3555ac4de75ff8145a81ca67e6fb48cf2d2d3685 1,681 1.00/1.00 vMB 141
465,465 465,465 00000000000000000104523a1f2047a9261ae337ed90b82c5531ba630a033bae 1,947 1.00/1.00 vMB 155
465,464 465,464 000000000000000000f9cfb00f5e9696f571fe089e6e0c5b5c95cfba79138afe 2,600 1.00/1.00 vMB 152
465,463 465,463 0000000000000000012d1ad6adf578b1322b4136644ec0e774bf71c58c8db38a 1,922 1.00/1.00 vMB 151
465,462 465,462 0000000000000000014e46ef79d2088c19c23acb928620317e4e3c458e3598b8 2,169 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.71 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: 699.14 GB
    • Received: 16.59 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.