Loading Tool

Explorer IconExplorer

Memory Pool

87,222 transactions
32.85 vMB
0.13305419 BTC
Random Selection Loading Transactions
Max Size: 199.62/200 MB

Candidate Block

Mining Attempt d7f4ccf231627f983c3623a41c4ab6d1276cf08c36e834f398fe61933691090f
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 0499d95fe6eccf92277f246b479fc0d151d1a3fd2f5f19ddbc98b9f07d767a67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,691
Size: 1.00 vMB
Total Fees: 0.04801378 BTC
Feerates: 300.16 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (458,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,180 457,180 0000000000000000019d076c5e1004dd1cc173bbcca9cee2cba5db8cba477569 2,169 1.00/1.00 vMB 147
457,179 457,179 000000000000000000bfe97d64490c67324410b83071d198c3f849d56bce07da 2,299 1.00/1.00 vMB 210
457,178 457,178 0000000000000000023a79ffe80b6d8d25b9e439f2f776c6e84161179656a09b 1,940 1.00/1.00 vMB 141
457,177 457,177 000000000000000000afc68d365b8e30b3dc42d757534ea5eff465f71bd7f77b 2,264 1.00/1.00 vMB 156
457,176 457,176 00000000000000000246bf6d921fa33db93def1cc4d644f93cc472b3ca503e82 2,135 1.00/1.00 vMB 152
457,175 457,175 0000000000000000016e0669b823a26c841a126153e8284c91840964ba1e3e59 1,942 1.00/1.00 vMB 199
457,174 457,174 000000000000000001226023f6c323f6c8f1e6245a1885a6a7479cb710c4fe97 1,831 1.00/1.00 vMB 194
457,173 457,173 00000000000000000134f8f4d5729cf26d22e169d2164a5e319e1be4a3f2eb4f 1,008 1.00/1.00 vMB 67
457,172 457,172 000000000000000002305c25e1d971dfdc8acfaa2f735337584caae5062698ef 2,090 1.00/1.00 vMB 114
457,171 457,171 00000000000000000092165b4d580419f5bde340e3d9387005ad4cb84b2ae577 2,472 1.00/1.00 vMB 181
457,170 457,170 000000000000000002528d19712fa506dd0e50ca02a6330a6ba759f9219d3dfb 1,627 1.00/1.00 vMB 180
457,169 457,169 00000000000000000182861ee52a1d89b8925d38d8d45c70b3b47c330630af3a 2,224 1.00/1.00 vMB 271
457,168 457,168 000000000000000000271d593737af78509bf3ac445dfc2558e0ab46908765e9 2,047 1.00/1.00 vMB 205
457,167 457,167 00000000000000000252503989f3d8d35ef3e29757f2f01c1d8d0e445a24f40b 2,479 1.00/1.00 vMB 191
457,166 457,166 000000000000000001e5dd41abe62e3b8e9eb750fd218883c30efefe7a4d6619 1,341 1.00/1.00 vMB 125
457,165 457,165 00000000000000000188e7213c9507baf44003cafd281b7a8cc7087956e11bae 1,763 1.00/1.00 vMB 96
457,164 457,164 0000000000000000021eec129de06ea0d22dc789d0c3f4b5b7af84a35a09b63e 2,174 1.00/1.00 vMB 142
457,163 457,163 000000000000000000c3a9f003b3e0bbe826bddfb8dba7492b9da32fb49612b5 2,294 1.00/1.00 vMB 174
457,162 457,162 000000000000000000724e86c4470ebf68b6a103f639c7bd6d8b7503828c4a76 2,512 1.00/1.00 vMB 127
457,161 457,161 000000000000000001777005ce1e1ef6d639701db572b77ad676dece2257db46 2,247 1.00/1.00 vMB 199
457,160 457,160 000000000000000001c95b6cf32ac77f0d58df8204f0b9a17c44ad0ff8c08d01 2,338 1.00/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.