Loading Tool

Explorer IconExplorer

Memory Pool

77,383 transactions
28.71 vMB
0.06686068 BTC
Random Selection Loading Transactions
Max Size: 174.22/200 MB

Candidate Block

Mining Attempt c62d7416f2717f7bb7ea3a49e5523dd81b007d253fc1d949e57fdff8edd701cb
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root db3a4bad2aa7b0af19330c61b07522758293432251b4e7ac5569453179f72fa3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,521
Size: 1.00 vMB
Total Fees: 0.00725809 BTC
Feerates: 100.53 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (100,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,753 814,753 000000000000000000020eb7214a55e5bd95f85b5bbb8909513a0ed9e2f844b8 2,305 1.00/1.00 vMB 5
814,752 814,752 0000000000000000000344a3e73aafd05d0c00163692a92a697f44c0459b032f 3,924 1.00/1.00 vMB 17
814,751 814,751 0000000000000000000295bc734547c4a0cd69f61de55b5ca875a1705bf9e572 3,477 1.00/1.00 vMB 15
814,750 814,750 00000000000000000000ac7471957dc63a2bdb0f9c47f1ee0fa9c964049db575 2,566 1.00/1.00 vMB 9
814,749 814,749 00000000000000000002ed7369fe656a708ac053ede2d4284b3c53b9a7eead32 2,147 1.00/1.00 vMB 17
814,748 814,748 00000000000000000001e9bc7ab9edff6e6de759c5ec5c1db7c4310392cb199a 4,841 1.00/1.00 vMB 5
814,747 814,747 00000000000000000002c95de193210cedf6f10270ea99b56d4e1b55385e3eea 2,106 1.00/1.00 vMB 5
814,746 814,746 00000000000000000002933bafad569e0ef91c5a152e870540fb24a7bbc08402 1,708 1.00/1.00 vMB 8
814,745 814,745 00000000000000000000db86e2a4d9b0c4489fabac02a18042f48922d684250d 2,424 1.00/1.00 vMB 7
814,744 814,744 00000000000000000001c48f317577baf91171acecf4cf2748b7e1bf709014f1 2,370 1.00/1.00 vMB 14
814,743 814,743 00000000000000000001449445c130ef8776a3fb7ae21969d584a653734924cb 1,919 1.00/1.00 vMB 12
814,742 814,742 000000000000000000046381b2eeb25ed1e107fb4da75bf05a11dcd1f1a98665 3,329 1.00/1.00 vMB 23
814,741 814,741 0000000000000000000327d98e9a394a528639bcf492c1701aeb090707fc7d64 2,247 1.00/1.00 vMB 15
814,740 814,740 000000000000000000005297d9b03952bd3937fbf3e2522b4ce0eb52102e1a72 3,378 1.00/1.00 vMB 26
814,739 814,739 000000000000000000026efe634c709fc007f8366e270a646d0475839951234e 1,590 1.00/1.00 vMB 6
814,738 814,738 00000000000000000002fd35fc5d874da8311fae9574a9512947cb9e0dd0503b 1,400 1.00/1.00 vMB 7
814,737 814,737 0000000000000000000392b9b68d41bf6499837d13be9fe65cff4fa839b45b07 1,955 1.00/1.00 vMB 14
814,736 814,736 000000000000000000038b469ade106ba13d41cc2c00074787771bff0dcbdccd 2,339 1.00/1.00 vMB 12
814,735 814,735 00000000000000000002f363ad0d66450c1e02eb2d9e8328fcf7f1f26207e82a 1,659 1.00/1.00 vMB 7
814,734 814,734 000000000000000000002a0c8c3fb87d93138890ae78ecf3d2bb3d5a9e94ab64 1,392 1.00/1.00 vMB 10
814,733 814,733 00000000000000000001afd6749f64c0eaf7fca9fcdedb496d4e00bbb4ea60a8 3,250 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.