Loading Tool

Explorer IconExplorer

Memory Pool

40,782 transactions
27.25 vMB
0.07670074 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt bde2ef5790d41e7fc0e7dda3e69bf7c832d08aea5db73771fc6aaa28fe4b38eb
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root cc9783f885abc519410d648aa4d3f6973532673493d88aa198cc075f5b1a6b53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,022
Size: 1.00 vMB
Total Fees: 0.02471739 BTC
Feerates: 107.72 > 2.48 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (448,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,753 465,753 000000000000000001120b18cf7e944e526f8158c3f6456fdd9fa29b4c2f49cb 134 0.05/1.00 vMB 787
465,752 465,752 00000000000000000190aaf8e6ccb8ec1ffd82521f132f582ad57d8f6c3ee93a 2,546 1.00/1.00 vMB 264
465,751 465,751 000000000000000001cf05ac56d8fa6d72b0c97ad2b78e109655011b9c6700fa 3,022 1.00/1.00 vMB 322
465,750 465,750 0000000000000000007768feee45e8ca2f26ccab981d16419f99cc3049178081 2,133 1.00/1.00 vMB 232
465,749 465,749 000000000000000001f446c5a08e0fefd8d4abb8445015bc31da10f53685b975 1,828 1.00/1.00 vMB 273
465,748 465,748 0000000000000000017ff42b3e8d6ddaaff7a321266ea41278b4431e69418481 1,455 1.00/1.00 vMB 230
465,747 465,747 000000000000000000bb23d9c83becb7d7a54190792b62839d75177a917c70b1 1,949 1.00/1.00 vMB 184
465,746 465,746 00000000000000000076cd07c677e3ffcb2230118a0e936f0607cd96ab10ab5d 2,584 1.00/1.00 vMB 280
465,745 465,745 0000000000000000001df498d89e83cbd2619aba02dd40eef3acba7408586386 2,330 1.00/1.00 vMB 181
465,744 465,744 00000000000000000063e69fadc45fae21c6114e7ff1cc9fdce081f39af57dd9 2,271 1.00/1.00 vMB 235
465,743 465,743 000000000000000000a3398c25933e4b62de35b08aa81e0b3eae6ab23b627535 1,942 1.00/1.00 vMB 170
465,742 465,742 00000000000000000056646207a69734c813f228b0cb982f3fb36eff18e24b08 2,095 1.00/1.00 vMB 242
465,741 465,741 00000000000000000165956d05e7e7d5862e7d283f5616ddf478187ece676693 1,818 1.00/1.00 vMB 207
465,740 465,740 0000000000000000016c120057b427a11eff8df26d68172bac1bcf2aa54f4e8d 1 0.00/1.00 vMB 0
465,739 465,739 000000000000000000c31e8aca4833f69c2e7aa0facb706048723dcd17f8c1b7 2,716 1.00/1.00 vMB 275
465,738 465,738 000000000000000000b2d10ed08bb8a9273aae2fbc9ff0096b6c2aae00fcd0a1 2,229 1.00/1.00 vMB 179
465,737 465,737 000000000000000001881b9edcc947cb7ebdf2ce7453a5179bac471627dbc0b5 219 0.06/1.00 vMB 635
465,736 465,736 00000000000000000046e8ad24cc31994cfb3ef6c37fcf56a4922c5387a17c7a 2,181 1.00/1.00 vMB 223
465,735 465,735 000000000000000000bab17297796a3e3c2341bd934fccd8ca4abc0e895d900b 2,021 1.00/1.00 vMB 180
465,734 465,734 000000000000000001a3f1da32ddad5f5f8234a9909eda4c7885377c3da23879 2,573 1.00/1.00 vMB 253
465,733 465,733 000000000000000000cbcae8206e63138ae26e346c41b69df542e7f3862e997e 2,295 1.00/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.