Loading Tool

Explorer IconExplorer

Memory Pool

79,007 transactions
34.61 vMB
0.17751244 BTC
Random Selection Loading Transactions
Max Size: 192.78/200 MB

Candidate Block

Mining Attempt 9c7a2b1416b63c5f5fb8c94ba308bb0c9387380b31db54df59fab5f5161fe0a0
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root e5446d9da4b782e41496d80de1dff971f703ef56b8a28c6c1a12e3c4400b02b5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.04968544 BTC
Feerates: 469.97 > 4.98 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (469,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,852 445,852 00000000000000000169c5804bb4b6ad6767f36b6eb0355f84c759bbc67bffac 1,451 1.00/1.00 vMB 34
445,851 445,851 000000000000000001d85acad4678bf00dd2d767b54fe4f0e79e072bf0d2e1a5 2,712 1.00/1.00 vMB 90
445,850 445,850 0000000000000000003924cfed4a852108b65294df32406476cfc14f5f273796 1,130 0.55/1.00 vMB 67
445,849 445,849 000000000000000002b59868e6667723f7887dc0e4b83a668c90a78672fa6c58 2,414 1.00/1.00 vMB 77
445,848 445,848 0000000000000000000dead2033fbc987c6372cf09566c62bcdf37b37a69e8c1 2,298 1.00/1.00 vMB 74
445,847 445,847 000000000000000001ae13457fc5449acb18bebb4961180c08cbfd6d3373b397 1,404 0.93/1.00 vMB 51
445,846 445,846 00000000000000000068dbb0d6a317a8323dfb58003a919a8ca19250f3730965 1,108 1.00/1.00 vMB 36
445,845 445,845 00000000000000000261567d5c23bb8d3815de0398c629538b689cc4a914184d 1,768 1.00/1.00 vMB 52
445,844 445,844 0000000000000000030c4638265fb1184f8e7f2fdb306167e8c9af4b58b4265b 2,566 1.00/1.00 vMB 85
445,843 445,843 00000000000000000306eee3df37030b53c9e847a9f6a5ece32f5ae824560fe3 2,007 1.00/1.00 vMB 78
445,842 445,842 000000000000000001a5f9541ec798165dc4bf242049bbf58ed91c0b33114ccd 2,950 1.00/1.00 vMB 74
445,841 445,841 00000000000000000313432e814f2ec508ae5fe3d0dfda22bcb72368ba09ede9 2,202 1.00/1.00 vMB 71
445,840 445,840 00000000000000000164947288caa13f822c7a14e7572b27ffaa92a6b3c9ded1 640 0.21/1.00 vMB 145
445,839 445,839 000000000000000002b406660818364bec21f80343c167cf660a5f8ce95f3fde 2,655 1.00/1.00 vMB 97
445,838 445,838 0000000000000000023766a75f987397952b0bfb5d412b12c19aed0a3e78748a 2,258 1.00/1.00 vMB 73
445,837 445,837 00000000000000000077560bc1f2ecbd3c18bb5a18df2a404cd5ffcd47d2313b 2,417 1.00/1.00 vMB 88
445,836 445,836 000000000000000001e0baeed1609fe1f42e540b70cad6e28966652543f1b362 248 0.99/1.00 vMB 16
445,835 445,835 00000000000000000094aa967fd5d4e615489f343a7f0314c734415ee3e5bb4c 2,115 1.00/1.00 vMB 61
445,834 445,834 000000000000000001a1ce726db07e94fdde9462e9211b4226313152372a2bcf 1,876 1.00/1.00 vMB 88
445,833 445,833 000000000000000002c442b51d84a15ba4fa95b761600a869573582fe5a07dcf 2,230 1.00/1.00 vMB 70
445,832 445,832 000000000000000001c0f3254e71d4413b97ca25651d333a5293095a688cb3d0 2,258 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 783.11 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: 735.57 GB
    • Received: 18.57 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.