Loading Tool

Explorer IconExplorer

Memory Pool

81,844 transactions
30.57 vMB
0.11699483 BTC
Random Selection Loading Transactions
Max Size: 184.11/200 MB

Candidate Block

Mining Attempt cac1cf0bddd1733117d8205df0e5665ec841ba5026db258c1a0f708b581c4bfa
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 846eb9dee9520a273e4999506e3db83d181d8b6c62e3539daa25d987751e5665
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.04102251 BTC
Feerates: 180.34 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (106,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,706 808,706 0000000000000000000089157bc8dbdb2050e00f70d7a6f3945a7542ff5f0af8 3,252 1.00/1.00 vMB 42
808,705 808,705 0000000000000000000277c39f3935e14c3b2f5a5c31a0889bdefabd40557216 3,186 1.00/1.00 vMB 35
808,704 808,704 000000000000000000024fa70de354d98898a757834584ca8f2ed11d0153009b 4,671 1.00/1.00 vMB 23
808,703 808,703 000000000000000000027b44676cbab117f2a3f44c77c58d8a48816c411b9ec9 4,155 1.00/1.00 vMB 27
808,702 808,702 00000000000000000004ccb614191e2bcd3518d8b0253203fbd8c4f394065f5a 4,207 1.00/1.00 vMB 30
808,701 808,701 000000000000000000045c272f31862398df431557c10480ed614ec42d81a5a9 3,532 1.00/1.00 vMB 42
808,700 808,700 000000000000000000023355edc6226b093bcb6dbcbc9a36e4b40b31df9ce4c1 4,580 1.00/1.00 vMB 23
808,699 808,699 00000000000000000003c03dc10c969a380b644a98dc11bac38ae7112b579fbb 1,121 1.00/1.00 vMB 33
808,698 808,698 00000000000000000001c366dc580659ebf5d83b8876f1a05bc7638b927ecf72 1,804 1.00/1.00 vMB 50
808,697 808,697 00000000000000000001b7169f10dfdde8f4366851ca39929a7848a02b829715 2,094 1.00/1.00 vMB 28
808,696 808,696 00000000000000000003abceaa6add9a90bec3060b8467ff2a867ea44c6d3bde 3,133 1.00/1.00 vMB 32
808,695 808,695 00000000000000000002503c541246c5cb5f9166b1bc37a60e6fc0fa3a770979 1,396 1.00/1.00 vMB 40
808,694 808,694 000000000000000000047921d2356634134b2c7708cc1050c485a6e562eefea4 3,256 1.00/1.00 vMB 30
808,693 808,693 0000000000000000000023f67e1d04af817eda6a2ebcfc7e20f07127f92aee17 1,961 1.00/1.00 vMB 44
808,692 808,692 00000000000000000003dbcaf6f4dc3ecfdc43dcd9c767861633b8b8ce29f993 2,553 1.00/1.00 vMB 30
808,691 808,691 000000000000000000015200e4eb6b7015ce28b17c93eeea97bf4c93f291c1fc 2,152 1.00/1.00 vMB 44
808,690 808,690 0000000000000000000264f1f4f5237e4379de316982f5b0fcffd15dde37477f 2,855 1.00/1.00 vMB 31
808,689 808,689 000000000000000000008d3fcbffb7457a5f24da27a62dc5827b63ab718acc2c 4,207 1.00/1.00 vMB 38
808,688 808,688 00000000000000000000f10088a6f62dcd3355ce2a68da6b785709f958679fe2 3,616 1.00/1.00 vMB 50
808,687 808,687 00000000000000000002298d40b151d980d4254eff6ae52a63a03f1b7c9a4288 3,628 1.00/1.00 vMB 24
808,686 808,686 0000000000000000000260a761e45ab13d4abbecb068ccb54cef9912b0372696 3,241 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.