Loading Tool

Explorer IconExplorer

Memory Pool

45,990 transactions
26.81 vMB
0.08670601 BTC
Random Selection Loading Transactions
Max Size: 142.42/200 MB

Candidate Block

Mining Attempt e1539a7d90ac6aa59f22e0ec6a9ad1654ae332ca7a07c8a8756aa1660851fd2d
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root d9021afbce5ee0d751888f6fb2d7d98cdcb4b1b6c3915ca7f5285954fd39c2a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,403
Size: 1.00 vMB
Total Fees: 0.03725155 BTC
Feerates: 101.64 > 3.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (432,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,766 482,766 000000000000000000caf54f7f0ba405e8d1d4560abf7879a1d904f0bbf45841 2,153 0.99/1.00 vMB 271
482,765 482,765 0000000000000000013adab830d9ff779c4b7306380d254006627065161ffced 701 1.00/1.00 vMB 101
482,764 482,764 0000000000000000011ac7fcae157a933ece6dd2f28797986d8656296a75ee0b 2,063 1.00/1.00 vMB 228
482,763 482,763 000000000000000000bd853742531c74d2ed7c9ecc5573a3835a66c6e53b4b37 1,935 1.00/1.00 vMB 289
482,762 482,762 0000000000000000010f3db77bd6baf886d14f93bed5f12e12325ef800197005 1,315 1.00/1.00 vMB 158
482,761 482,761 00000000000000000066f8a69df0256ecc50464d681389b437e04e8883b497c6 1,630 1.00/1.00 vMB 22
482,760 482,760 000000000000000000258c3e74e13ec461ed76dd4869f3b4a68b95a9f334b411 2,203 1.00/1.00 vMB 171
482,759 482,759 000000000000000000e6e05ad39de79e0331e7e82c06e37cbf19c6dbfb60e042 1,819 1.00/1.00 vMB 183
482,758 482,758 000000000000000000a785bedae2f0237d2d53c27cad82ef35e9cb2326174a2a 2,356 1.00/1.00 vMB 91
482,757 482,757 000000000000000000403ec15e368d3c459b8769bf5d969346f85571e9ef5dd4 1,598 1.00/1.00 vMB 113
482,756 482,756 0000000000000000011005a255ff3f67ba49aca45dda4a79a98f857d40ab4d45 1,860 1.00/1.00 vMB 303
482,755 482,755 00000000000000000104467eb7e6a71d2aed7de37dec564dcad7f710003e6d61 1,974 1.00/1.00 vMB 409
482,754 482,754 00000000000000000114db25a061bc50e133532529540524ec079a7a64b5a207 1,742 1.00/1.00 vMB 117
482,753 482,753 000000000000000001020dd12e6aeb1a1a8488ff717f68342d922599f107fb9f 2,383 1.00/1.00 vMB 68
482,752 482,752 0000000000000000011a599bd057bf4af9e8847b594c16ef6927a127d1c28808 1,866 1.00/1.00 vMB 269
482,751 482,751 00000000000000000054b58c36b896d2f7216f36e4244d4f5a13d80e94aeadd2 1,503 0.99/1.00 vMB 211
482,750 482,750 000000000000000000ee65791932c3afd9228c2140f13adbb71aa67a18ce8528 1,562 1.00/1.00 vMB 214
482,749 482,749 000000000000000000d4db6e51af8cf7e4becb99ad9baac62ba12a0cad5c0d6d 2,211 1.00/1.00 vMB 447
482,748 482,748 0000000000000000009d3a18de00c3b2af235b991f962f21a95ef749f45158ef 2,113 1.00/1.00 vMB 342
482,747 482,747 000000000000000000ee68e3e38896a2dd578fe59fc88a588440951f93f1bbe0 1,635 1.00/1.00 vMB 424
482,746 482,746 0000000000000000008177c50cc4274bbcef8116e5c4728d3f37ab7950b28d9e 2,040 0.99/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 781.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: 648.81 GB
    • Received: 13.09 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.