Loading Tool

Explorer IconExplorer

Memory Pool

80,410 transactions
29.58 vMB
0.09700217 BTC
Random Selection Loading Transactions
Max Size: 179.06/200 MB

Candidate Block

Mining Attempt 0c7ac367dc2746440ffd4ebbdbed893c310e8b7c65332bf7052c1008fada630a
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root b4d57b0d80085e9deaf136dfe5715e46458ebec65d5ab5cbc2066c4a15bab9b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.03432614 BTC
Feerates: 146.36 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (256,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,620 658,620 0000000000000000000bb49b8946267754597c4699672be009f1a59facfa8719 2,560 1.00/1.00 vMB 74
658,619 658,619 00000000000000000002c571ae9e238e85e1fa2ea8637634274239f1d845afde 3,101 1.00/1.00 vMB 98
658,618 658,618 00000000000000000001b322dd591e16b7baa1cdf843ce6b0cf795bfbb12217a 2,562 1.00/1.00 vMB 66
658,617 658,617 0000000000000000000d3dea2398a7ffde0cd6fbf7373216b8fd45b6ff1bfb6a 3,106 1.00/1.00 vMB 91
658,616 658,616 0000000000000000000816f0b7a2c94890ac3202a07de3ba4a7ad2a03a2cfae7 1,755 1.00/1.00 vMB 78
658,615 658,615 000000000000000000036d75f60a8686aa23d6ae41b65df0bb10551da5ed559b 2,469 1.00/1.00 vMB 63
658,614 658,614 00000000000000000007f7d9b0e202f56930cf7acb41242997d8e1241e1879a9 1,710 1.00/1.00 vMB 70
658,613 658,613 000000000000000000031f8eb5bb6a8bb645aeb0005bbf46ac186a623b959d0f 2,723 1.00/1.00 vMB 85
658,612 658,612 000000000000000000054b910c182419107876df313ccb2e0f353c763205183c 2,962 1.00/1.00 vMB 97
658,611 658,611 0000000000000000000cda4aead665eed357d5458ce7811adf6bdf825acd14eb 2,056 1.00/1.00 vMB 25
658,610 658,610 00000000000000000003ac1c2f62a0ebae82abaf4d844c31364db903f383cd2f 2,449 1.00/1.00 vMB 43
658,609 658,609 00000000000000000001d65fcecf15000a95e59c6d0a27e78833d08fde6aa5bc 2,108 1.00/1.00 vMB 30
658,608 658,608 00000000000000000005be032ddd40c6b2406268a4f7714c4d752a95a6902a9a 2,600 1.00/1.00 vMB 56
658,607 658,607 0000000000000000000ea40a578fe7f2d45c4fbb0a77ac4acf8874f2a788f88c 2,924 1.00/1.00 vMB 60
658,606 658,606 000000000000000000015e245f486c3af61a42f98595c8015b0da16a34413b72 3,254 1.00/1.00 vMB 92
658,605 658,605 0000000000000000000ac6c49e354661353ca7276a392caf7c79ab58c8059747 1,862 1.00/1.00 vMB 47
658,604 658,604 00000000000000000003f017823180a173c550742c82bcd1d67ecc083bda06f7 1,208 1.00/1.00 vMB 55
658,603 658,603 0000000000000000000a210431eb04b25ea7e3e61d08b45e64a7b8de8273c303 1,408 1.00/1.00 vMB 73
658,602 658,602 0000000000000000000af02f2905aa494074e7d642d06d6321eb51342028baba 2,603 1.00/1.00 vMB 53
658,601 658,601 00000000000000000005d5488e38db02707d29c53275c2d50374d3d9426c0ae8 2,478 1.00/1.00 vMB 68
658,600 658,600 000000000000000000060dc7d0ffab4d6edc09ea09be14864a1bed42997078af 2,358 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.58 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: 671.29 GB
    • Received: 15.90 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.