Loading Tool

Explorer IconExplorer

Memory Pool

86,221 transactions
31.70 vMB
0.10513480 BTC
Random Selection Loading Transactions
Max Size: 194.19/200 MB

Candidate Block

Mining Attempt c281aa4a7a4dbbbf128c2f38b52e73c5f03dc135ccab2745bc1b7144b2d4a126
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 25db485ecb4aff0a475e31c38dc9776d8c18bb30d2b5d49ccf6ac8955b72cb5f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,936
Size: 1.00 vMB
Total Fees: 0.02570952 BTC
Feerates: 1,236.26 > 2.58 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (42,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,319 873,319 00000000000000000000515fcb48bcc4e274998a0a30c907749c72c25d4fc033 2,549 1.00/1.00 vMB 8
873,318 873,318 000000000000000000017573fb2110d5806034a3188a687469d54c9f4fc73c3f 3,240 1.00/1.00 vMB 9
873,317 873,317 000000000000000000008c376014488c82c9cd81cadd705e4a5b96faadaaa9a7 2,438 1.00/1.00 vMB 8
873,316 873,316 00000000000000000001e995f985b12e2585daeb65789bb84f1c122a1351c8db 3,215 1.00/1.00 vMB 5
873,315 873,315 000000000000000000000c788d3b141c541862cc56cb9e7dba3e1f0e237804b5 2,928 1.00/1.00 vMB 9
873,314 873,314 00000000000000000000e4ce894432ea0f4c8bbd4919584608adb2c8c21a0bca 2,548 1.00/1.00 vMB 6
873,313 873,313 00000000000000000001e412727eac8f095ea50e3477c3b4ba4e0ae75fc65dde 2,734 1.00/1.00 vMB 8
873,312 873,312 000000000000000000018faf8ea9c8c3e44ed241b835cf9c3b3332405669d1ed 1,203 1.00/1.00 vMB 6
873,311 873,311 00000000000000000001481a302145fd448b1d85272bba06c66269998ac55275 2,545 1.00/1.00 vMB 6
873,310 873,310 00000000000000000002064720e8f33343b08562a3a713cbe20e0bbdb3f8fea0 3,294 1.00/1.00 vMB 9
873,309 873,309 00000000000000000002a833020bbd83fb68ad5463662fbb3be766b71203b76c 3,700 1.00/1.00 vMB 9
873,308 873,308 00000000000000000001dd0eb30a4e93229d96ddd90ad2d214b8f2be0bcdd3ab 2,207 1.00/1.00 vMB 10
873,307 873,307 000000000000000000005f5e0738b23e91507fa83d1ba18e1e0033d7edc5fe48 2,823 1.00/1.00 vMB 15
873,306 873,306 0000000000000000000116fd12084f7e1ed52c24f733919090e46527185dbecd 2,443 1.00/1.00 vMB 4
873,305 873,305 000000000000000000005e8a41795c9966fee27bb6b1cd118dac4483049a423f 2,153 1.00/1.00 vMB 7
873,304 873,304 00000000000000000002a7534dbddc2908aa866a1553d86f4859e8e949e5a2db 3,114 1.00/1.00 vMB 5
873,303 873,303 000000000000000000011d2150814010fffee2138fd5036bfceaec1285caa57a 2,250 1.00/1.00 vMB 7
873,302 873,302 0000000000000000000103ef5891ac63d0f8c372e6ff831a28ba91f658ca2f1f 2,221 1.00/1.00 vMB 7
873,301 873,301 0000000000000000000107bf393acc73264794baa5ecd82b8bac96fc2e519ac0 2,099 1.00/1.00 vMB 10
873,300 873,300 000000000000000000026e6e5a99a5b89f81d1a7902145d18da8c0f05c381aeb 1,378 1.00/1.00 vMB 10
873,299 873,299 00000000000000000001435ce3eaae190014e6d0bf2c92fa83c4a39f3a0f0b37 2,375 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.