Loading Tool

Explorer IconExplorer

Memory Pool

78,314 transactions
29.57 vMB
0.09375257 BTC
Random Selection Loading Transactions
Max Size: 180.39/200 MB

Candidate Block

Mining Attempt 27251779407301d05f6f9927379980a2e75cf7d3d8e01a9112a41872a065ea44
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 00b9d612f732ded7b061fa1821a1094bca99160c81978eec33edb9a60aa3e00a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.02865081 BTC
Feerates: 301.35 > 2.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (207,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,413 707,413 0000000000000000000d2ca6c5bc7f4e11a94f425ed0e735275e6df9287bc6d4 2,727 1.00/1.00 vMB 14
707,412 707,412 0000000000000000000c842e4abf8308e341d5b073082b06aa65c714410b1390 2,178 1.00/1.00 vMB 4
707,411 707,411 000000000000000000061cebf744fa09fb98a06e1d8f0c86e166f520c2898afb 3,151 1.00/1.00 vMB 18
707,410 707,410 00000000000000000009f522a889da85e7d9d7d61474fa45964aa8f5d5fcf8ea 2,937 1.00/1.00 vMB 13
707,409 707,409 000000000000000000082f688e5a6555adeefcb1a7edff986c4b6813d48643a4 172 0.06/1.00 vMB 14
707,408 707,408 0000000000000000000450935d4aa1f465cbe0bd8bbd91e5e8928c4a278d0ab4 176 0.16/1.00 vMB 5
707,407 707,407 00000000000000000002498756275a5ef0855f1f00d0948f398fb82bed8a3994 590 0.53/1.00 vMB 5
707,406 707,406 000000000000000000008a73c75dfc7be24af9953eb62de449059bc0185f2ccb 1,678 0.68/1.00 vMB 7
707,405 707,405 00000000000000000004d711454a2cb49d6e3c52236e24dd89785e75d47386ef 896 0.26/1.00 vMB 11
707,404 707,404 0000000000000000000255da2d25a3606a5a2c5e1f794d25b9ffa9a3073fd1ad 331 0.12/1.00 vMB 7
707,403 707,403 0000000000000000000780212456e27ce73c7fcf37cdc534f5013add6cbdcbf3 1,369 0.44/1.00 vMB 14
707,402 707,402 000000000000000000048bb17c9fb5aabc140aadb25f7415d5ab46aeb49afea8 2,835 0.88/1.00 vMB 10
707,401 707,401 00000000000000000008504c29a6c2431f08d5c3fcb9a3a05f5d932a7afaed36 2,614 0.85/1.00 vMB 9
707,400 707,400 00000000000000000001edae3eee152901b5be185d57adb2b6bbb00c425a7838 3,337 1.00/1.00 vMB 11
707,399 707,399 0000000000000000000bd4bda68e1dd298e06e2bd35d39a77abd0158ece26d33 3,036 1.00/1.00 vMB 15
707,398 707,398 000000000000000000060e661ca6bcc58d0285dae31f1d3cd8a2e15a45d8ae8d 618 0.18/1.00 vMB 18
707,397 707,397 000000000000000000018ff2b610bd6bf8ecb9b2033c40cbe748913c35e90f6c 768 0.35/1.00 vMB 7
707,396 707,396 0000000000000000000cc339486168d96c6f7e5ce8dc35581adbc778e77480c2 1,572 0.74/1.00 vMB 8
707,395 707,395 00000000000000000000fbac3e0b3e4760bd8ec93ab2c61acf9d188932d188d4 753 0.66/1.00 vMB 5
707,394 707,394 0000000000000000000a5a716f95e63ed61bad9c09b6770cbe59876169f2b734 1,266 0.38/1.00 vMB 10
707,393 707,393 0000000000000000000333d0eda642e24dfdb7300bcd0f0ca0db712810893b41 953 0.38/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.29 GB
    • Received: 17.06 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.