Loading Tool

Explorer IconExplorer

Memory Pool

87,573 transactions
32.44 vMB
0.14867129 BTC
Random Selection Loading Transactions
Max Size: 198.97/200 MB

Candidate Block

Mining Attempt 0d81a1798a48790e8aa0475d2a831788cce20a5969095b594c6eda617f8d77db
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 37cda9bbe7338f7adb0e41d478776f3015359e16bce676cd4d3f7182825bf84e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 1.00 vMB
Total Fees: 0.06591307 BTC
Feerates: 502.65 > 6.60 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (290,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,306 624,306 00000000000000000012be20464779c18b52f5f06d0f88ccec02e2b43f523787 2,519 1.00/1.00 vMB 16
624,305 624,305 00000000000000000004bd6c527a85654b0447c0342c1e78b68c45ec03586974 194 1.00/1.00 vMB 1
624,304 624,304 000000000000000000115c1cf2bc6fb5efc1a5ce2354443151b37fa8fad81d5d 1,493 1.00/1.00 vMB 13
624,303 624,303 0000000000000000001132c69b93e3f778c003ea3c1bbe3bcef16f2dc8257c18 1,743 1.00/1.00 vMB 11
624,302 624,302 0000000000000000000fa6875de9b6ea8fa359f0c8aa880f3164538d60b8a74d 2,464 1.00/1.00 vMB 15
624,301 624,301 00000000000000000002173661019adb14422b4c32d84f9edf34e4e0479cc610 1,420 1.00/1.00 vMB 7
624,300 624,300 00000000000000000011bcc88fff08e31cda3af4b1f2cdf7e8ae119e2940c105 2,170 1.00/1.00 vMB 14
624,299 624,299 000000000000000000041dfe2ea9074343f3c7cf47e88abe1338b72af3d5beee 418 1.00/1.00 vMB 3
624,298 624,298 00000000000000000013bf45580ab9b4e2d7f9f8abc607f360ead58468e1f392 90 1.00/1.00 vMB 1
624,297 624,297 000000000000000000052c9f9bccf47b5f2c01da5eaf01253eb06b0af9865ab3 698 1.00/1.00 vMB 5
624,296 624,296 0000000000000000000b81295a0d38a2c32fc2a64665d233210a773741099ae0 2,176 1.00/1.00 vMB 16
624,295 624,295 0000000000000000000d4952713d592c3aea872b03fd20548a40f5caee982efa 133 1.00/1.00 vMB 1
624,294 624,294 0000000000000000000fd25e8065e447361d824eb9bf8ca69d590ed3bfa9976c 1,995 1.00/1.00 vMB 16
624,293 624,293 0000000000000000000752428147ee384a8e7c5e493454ca7ea7fccda5d70c7b 2,536 1.00/1.00 vMB 18
624,292 624,292 0000000000000000000e7866305784ef00ed1e3c0b2fe901bee5b328461fd0ff 975 1.00/1.00 vMB 9
624,291 624,291 00000000000000000004bcf9282d6e80cd2860c11da24c3eff8f7f161667031d 1,707 1.00/1.00 vMB 13
624,290 624,290 0000000000000000001053fb1003864eaa8ec50ff825dc05853f77f033eda219 188 1.00/1.00 vMB 2
624,289 624,289 0000000000000000000b6dca455645f05cac3e63b51abb78792833f9d80a6c49 2,070 1.00/1.00 vMB 25
624,288 624,288 00000000000000000013fb7e0b37db41218474ddbca1d76ea66ab3a4dc398482 2,614 1.00/1.00 vMB 27
624,287 624,287 000000000000000000112b899afa1f44113f514746b65772d0a3bbd95eecc4bd 1,788 1.00/1.00 vMB 15
624,286 624,286 0000000000000000000477ffc2db00fb2b56bf4aef7ac55ae7f30d4fa9832cf4 1,644 1.00/1.00 vMB 17
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.15 GB
    • Received: 16.85 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.