Loading Tool

Explorer IconExplorer

Memory Pool

86,095 transactions
31.50 vMB
0.08142865 BTC
Random Selection Loading Transactions
Max Size: 193.77/200 MB

Candidate Block

Mining Attempt 41e1fbfacd6e97c48b009aa52b21b16eef5764134fd65b6c3518abe310a67835
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root d28b2249e35a9c13fc0eb0e395803c0b00d33995c6bc7a3ebd2c999d43febc01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.00985351 BTC
Feerates: 60.10 > 0.99 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (438,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,112 477,112 00000000000000000113ce163bdb086ac062c4c7286a95b6a90a17577c365a88 588 0.36/1.00 vMB 117
477,111 477,111 000000000000000000dff89e3e133c8205c87a791401bf3d60bad8dbcb89109c 663 0.90/1.00 vMB 41
477,110 477,110 000000000000000000b96adf1eb631ffa3ee831807f45a2b83dbcb6294cd22cc 651 0.30/1.00 vMB 124
477,109 477,109 00000000000000000022d5b7e3d46b7b5c421ae9245f12c462dcc54f0de5c6fb 634 1.00/1.00 vMB 35
477,108 477,108 00000000000000000137c6ee53849688a1998e7f52073f6442e4fdc808344de7 1,443 0.99/1.00 vMB 101
477,107 477,107 0000000000000000004df11c2373279f3e5a3bb91e5284ae5e5e641b8664b2b1 565 0.26/1.00 vMB 132
477,106 477,106 000000000000000000d47f866a977bd5ff86036564182177a5cfe613ab0721b5 705 0.99/1.00 vMB 50
477,105 477,105 00000000000000000043eb92a914f1dcd3e392f68ecbc89fdf20a6544eb8a516 32 0.01/1.00 vMB 212
477,104 477,104 00000000000000000060a23c849d88e6b0a8ac7595b690565ed3116a24be9f1d 754 0.27/1.00 vMB 184
477,103 477,103 000000000000000001175b5634b48233a34c7abab5f5d0849862908f0ea5e436 1,888 1.00/1.00 vMB 133
477,102 477,102 0000000000000000003223d9dcff245fb58da5155acc1cd8d8d3bacb075cf73d 1,521 1.00/1.00 vMB 86
477,101 477,101 00000000000000000047f5e210eef4ad7ba3b6d1e8622a30a9b7048a10faffbf 2,277 1.00/1.00 vMB 149
477,100 477,100 0000000000000000011a59fe7e67859b9d0f85c799dea82765c740aadded3ff4 925 1.00/1.00 vMB 73
477,099 477,099 0000000000000000009cd6e2fe62ddf14fe0ba5e7ae0d0fea999a29fce5ace73 412 0.33/1.00 vMB 73
477,098 477,098 000000000000000000685e6053a0c8136684ad0d96523313289f5668f941a400 1,273 0.92/1.00 vMB 96
477,097 477,097 0000000000000000004eeb8afc08191389c1324413334ac98c8e6aef562fcd76 1,119 0.78/1.00 vMB 100
477,096 477,096 000000000000000000972938c296c4896bca3c4ae7834aaab7e304f3c46a65d4 1,355 1.00/1.00 vMB 100
477,095 477,095 000000000000000000f403c91d85b1d836fe21ff4359354bae728db04c54f842 1,524 1.00/1.00 vMB 117
477,094 477,094 00000000000000000043fe9fece716a73f060a43df8ea1773ea4f7ec83e02b82 1,660 1.00/1.00 vMB 26
477,093 477,093 0000000000000000010203fdfc79428d6a7924be13ffebb5efdf7f756adbf489 2,242 1.00/1.00 vMB 175
477,092 477,092 000000000000000001430c22990c06963053e37d1bae5d5ac6d1b65aa8c9bbe8 2,266 1.00/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 782.99 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: 717.16 GB
    • Received: 17.83 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.