Loading Tool

Explorer IconExplorer

Memory Pool

78,254 transactions
29.73 vMB
0.07230759 BTC
Random Selection Loading Transactions
Max Size: 181.59/200 MB

Candidate Block

Mining Attempt e880a267cea206f9576b4c1745398eea47d466150736d74563670a486bc0a355
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 9654da463ecebd900076bda7f90ba7a5df549d126aa3beaba613f6020cf5e241
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,932
Size: 1.00 vMB
Total Fees: 0.00626739 BTC
Feerates: 50.18 > 0.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (442,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,692 472,692 00000000000000000147bed4a529873d6a1d6bdddcebb1d5bd8f059a28461644 384 1.00/1.00 vMB 54
472,691 472,691 00000000000000000036a66f2b90c8c8f5d97189f89aefa740e7d172ea258f88 1,658 1.00/1.00 vMB 213
472,690 472,690 0000000000000000015e439f601a21bb0dae5e57ce171dcf9e85574e8fb5a37b 526 1.00/1.00 vMB 76
472,689 472,689 0000000000000000007196127aa9ae5a3f65b9bdf5b03ef0fcc2d90d8b323541 691 1.00/1.00 vMB 91
472,688 472,688 0000000000000000011b4388c963e00878d3a213f82614ce47ce91ba188bc1bb 1,518 1.00/1.00 vMB 173
472,687 472,687 0000000000000000014d7372095a88d6cfaef5c61d9dbce8e89262cda8daa9b5 1,636 1.00/1.00 vMB 55
472,686 472,686 00000000000000000056720a8ed842f188508139286123c7001b38abb31ed6df 2,264 1.00/1.00 vMB 248
472,685 472,685 000000000000000000b6bd19b5ac329ecff8c20a77dbece7ad20a4f4319f5ca8 1,839 1.00/1.00 vMB 234
472,684 472,684 0000000000000000018922b354c545da2ed2e8dcd0b806986a53d41be76fe6e9 1,824 1.00/1.00 vMB 189
472,683 472,683 000000000000000000767b261f7bcf8728a2c00ea6a89a1e1891df5d7ec214c2 1,707 1.00/1.00 vMB 119
472,682 472,682 000000000000000000b3ca83f007088fdf3f0aae7e3f75b77abde8666fa8d2bb 2,362 1.00/1.00 vMB 332
472,681 472,681 0000000000000000008fc8e54677e294bd3c6763d03cac28e37f19679ab951b2 1,791 1.00/1.00 vMB 278
472,680 472,680 0000000000000000008f6debb9c06bcb4c6c98ecd026e0a764a795dd8d05f59b 2,166 1.00/1.00 vMB 337
472,679 472,679 0000000000000000010838ea2a43c47adf2089938ad7c1d5425aaa6f3d0faa5e 2,062 1.00/1.00 vMB 365
472,678 472,678 00000000000000000008abc86fa8b6edee00ad26f43e47d9bde22c467b9a576f 1,351 1.00/1.00 vMB 116
472,677 472,677 0000000000000000004094e7976dfb8fa95b5b81cac18c971af6449f9cd18162 776 1.00/1.00 vMB 90
472,676 472,676 000000000000000000449c6c30c6471f97615395abf911420d962f6de6cb1a8b 980 1.00/1.00 vMB 157
472,675 472,675 000000000000000000ec033915d6765887b8c0917d1a2b582ca8a66e452d5cb7 796 1.00/1.00 vMB 119
472,674 472,674 0000000000000000008d89bf09e2c226d82cc76d0e2558282fa749371c98a0d0 1,806 0.99/1.00 vMB 292
472,673 472,673 000000000000000001602a0f954abc2f49a83e8694d60dcf278472485b43befc 1,828 1.00/1.00 vMB 359
472,672 472,672 00000000000000000180209a9abf4d987c88a7620f4567a197f107cbf294e5c6 1,045 0.99/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 783.04 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.63 GB
    • Received: 18.11 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.