Loading Tool

Explorer IconExplorer

Memory Pool

85,266 transactions
32.92 vMB
0.08879250 BTC
Random Selection Loading Transactions
Max Size: 195.00/200 MB

Candidate Block

Mining Attempt e2eb064eea5aa701aef0c563241f432317707817d0261522858da5aba1a424b0
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 9ea8dad1b0b108b85f0f1a503ece35bd69392404862e64b0ec5b036970471bfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,787
Size: 1.00 vMB
Total Fees: 0.02340622 BTC
Feerates: 120.64 > 2.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (246,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,132 668,132 0000000000000000000b1edb0ac205938693b4f708dbfafbec2c2ab652a5bf2b 2,480 1.00/1.00 vMB 111
668,131 668,131 00000000000000000007adcc1963a4421e3d1d6d13f92cb405fabcdf90c134dc 2,516 1.00/1.00 vMB 85
668,130 668,130 00000000000000000003f2348a93f100cf1c075a4dfdf7efc0a50218c5d7c8b6 1,812 1.00/1.00 vMB 97
668,129 668,129 0000000000000000000b59f4a6b35e0828b39ee3e9d128c893963e9d30ab23f5 1,964 1.00/1.00 vMB 85
668,128 668,128 0000000000000000000be2042f3bcaedc8741d847891c547cc2a14892c0860b1 2,693 1.00/1.00 vMB 105
668,127 668,127 000000000000000000010bcaa987b59a02f085db15ff5d7a77515012d86331af 2,405 1.00/1.00 vMB 102
668,126 668,126 000000000000000000013842cddbf62f4918c751a2fd2534e982c094c2217224 2,087 1.00/1.00 vMB 98
668,125 668,125 000000000000000000097df216a0d884d745d44dfdabee0cec6991f14a84b222 3,115 1.00/1.00 vMB 132
668,124 668,124 00000000000000000008a748eeeb51f25ffdc3a213634fac8156c3317dd77a22 2,716 1.00/1.00 vMB 63
668,123 668,123 00000000000000000008c00cc1f47988a93746d6d9580101505c5a88b079d9f8 1,961 1.00/1.00 vMB 66
668,122 668,122 00000000000000000002cadef711c4a90974619b0e6fa7b7df5a989a34247d95 830 1.00/1.00 vMB 64
668,121 668,121 0000000000000000000cb6839f14fba1859e5276b730d85a5d00ea98a88172b9 2,343 1.00/1.00 vMB 71
668,120 668,120 000000000000000000059ceeb438b52fbbc9c5991adf94d52f3f837e8453d8c7 3,003 1.00/1.00 vMB 77
668,119 668,119 00000000000000000000a18e42a26d98c003b226597a8217b42b6b92d9ffd857 2,837 1.00/1.00 vMB 88
668,118 668,118 00000000000000000000f48670f5056e16a232a6f828df7734662e5c0aa753f8 2,265 1.00/1.00 vMB 84
668,117 668,117 0000000000000000000422d34415b9e379ab091bcaabdb35766a7c5feaf0bf84 1,285 1.00/1.00 vMB 72
668,116 668,116 0000000000000000000326d6b81012753b29147295f3508bef4b828c17b60e6b 2,417 1.00/1.00 vMB 122
668,115 668,115 000000000000000000060c6bc529872f9762824b2b1d7dc8bfa184eb421a92de 1,524 1.00/1.00 vMB 67
668,114 668,114 0000000000000000000b6b32175b3519846a3b79cd81101e8c84b8a5793c74a4 2,618 1.00/1.00 vMB 83
668,113 668,113 000000000000000000083d86fdc117b23776ed8c05691d2df76912926e1a4dee 2,821 1.00/1.00 vMB 74
668,112 668,112 00000000000000000006140589bac986f3ffd1fe2c8309d69f685e62a82f70ca 1,684 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.