Loading Tool

Explorer IconExplorer

Memory Pool

81,355 transactions
31.57 vMB
0.07449906 BTC
Random Selection Loading Transactions
Max Size: 191.75/200 MB

Candidate Block

Mining Attempt c38b699cc1718c61de3935c709804e10852472375a9efbcd211bb242b8a2e9f7
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root db2c1429918f86f644496d754a6f7a67c5fd77ee80a91d3ba849b456377868f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,396
Size: 1.00 vMB
Total Fees: 0.00590036 BTC
Feerates: 73.20 > 0.59 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (117,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,668 797,668 000000000000000000057762b9aaeabc2c9e77a00be2ebe4425a3a6077b181db 2,259 1.00/1.00 vMB 9
797,667 797,667 00000000000000000002a8e98777f4eb4731e7fe6ade9a5638bfcf01c564d2ac 2,337 1.00/1.00 vMB 6
797,666 797,666 0000000000000000000471296a80747c4a31102434a2e23755cb451b65633c4c 1,322 1.00/1.00 vMB 9
797,665 797,665 00000000000000000002c965ad7c3dade27dc0d6189713ec9ce6a8785c002b1b 1,890 1.00/1.00 vMB 5
797,664 797,664 000000000000000000051bfbcacac8603629d17ba608ced61eb16cc088ce9a85 2,709 1.00/1.00 vMB 10
797,663 797,663 00000000000000000001fdf9a6ca90ddbf7485c0131ad726e019dd12a64b9164 1,023 1.00/1.00 vMB 8
797,662 797,662 00000000000000000001b2681968f70ee41a31933e6d74c90f2d7808706bc871 2,709 1.00/1.00 vMB 14
797,661 797,661 00000000000000000003233e8c347bbf5cc4689e9e2249b033896277c7176afa 2,697 1.00/1.00 vMB 21
797,660 797,660 000000000000000000047ceac128fa00d4628763ed463f5f6749028d10c42921 3,691 1.00/1.00 vMB 6
797,659 797,659 0000000000000000000001d7a91a5ccb8f738aff41f1b3ce578c6d4639e61dc1 4,953 1.00/1.00 vMB 6
797,658 797,658 00000000000000000003eb340949c2cd2233f21167dd8acf1a92d523b25ca3f3 5,274 1.00/1.00 vMB 9
797,657 797,657 0000000000000000000190c05d8cc2bed79ce15e3d510a713500cd17cc89bf04 2,407 1.00/1.00 vMB 9
797,656 797,656 0000000000000000000360d24191eb8bc632e9135cc3b3bf04e64ca78f117c31 2,189 1.00/1.00 vMB 7
797,655 797,655 00000000000000000001d3a6f6d36c1ac178a4ebde9bb8bed51af79892f3dcdf 2,389 1.00/1.00 vMB 8
797,654 797,654 000000000000000000045ba8d338b9825975daea5fef4303b73f0675953bcd7c 1,887 1.00/1.00 vMB 9
797,653 797,653 00000000000000000002afb941c1b0b06b6d4dbd5de8b7cdae25306e17194aa5 2,626 1.00/1.00 vMB 9
797,652 797,652 000000000000000000056ff4bafcee2c31f5b38c146f28fe304926ebc0ffbc13 1,973 1.00/1.00 vMB 5
797,651 797,651 00000000000000000001bcb7873fdf56682c340c799cd5c7e4b6bb0367890836 2,324 1.00/1.00 vMB 6
797,650 797,650 00000000000000000001cc596aa38c3a4bb7a8b297155087ba6679bb95f17737 2,786 1.00/1.00 vMB 10
797,649 797,649 0000000000000000000375cdbaa31946bcca61dfa5f2947199ef729596d2dd5d 3,402 1.00/1.00 vMB 7
797,648 797,648 000000000000000000020d278aa3dca1a675b8838ef8e5280fbcf35df1ee9f69 3,065 1.00/1.00 vMB 16
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: 708.96 GB
    • Received: 16.80 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.