Loading Tool

Explorer IconExplorer

Memory Pool

81,371 transactions
31.23 vMB
0.09959871 BTC
Random Selection Loading Transactions
Max Size: 188.91/200 MB

Candidate Block

Mining Attempt 4f05ddf6129c75cd4a44a86d459a53440f687594209680253680a0164febabe6
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root b40aac021ff009b6e98f75bbfedac919e4bc8a214869d66e549e4ec141b4df5e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,434
Size: 1.00 vMB
Total Fees: 0.02264108 BTC
Feerates: 106.51 > 2.27 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (445,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,644 469,644 00000000000000000105e7715664aa23a63b6221db22fe40baddb35778f8c5ad 2,244 1.00/1.00 vMB 436
469,643 469,643 0000000000000000007f34e56f207d1b9d8e096a6739de3ad58855637439a3cf 2,208 1.00/1.00 vMB 362
469,642 469,642 0000000000000000019134f5d60646321be830c6671b22a33e09d3e6d426c58e 1,671 1.00/1.00 vMB 441
469,641 469,641 0000000000000000010b84b97cfdef70203f513ac27f2cce12ed8e1f8cd9bcf1 1,505 1.00/1.00 vMB 433
469,640 469,640 00000000000000000183f13a03327d5a35b841123ea7bf86ea17e1ff89d6b6f6 2,090 1.00/1.00 vMB 495
469,639 469,639 0000000000000000004dfcfc180a119ecfd328db55e250c0cc381258b6ba49ae 1,651 1.00/1.00 vMB 536
469,638 469,638 000000000000000001a94efe701ecc89cac15540af490f2a4189e50ab27938b7 1 0.00/1.00 vMB 0
469,637 469,637 0000000000000000011630daa70098e0e0c6c7896ecb6ede2ff64c6e7ae56ead 2,603 1.00/1.00 vMB 465
469,636 469,636 000000000000000000fa2442864a6e375188fca8b2036fc5d07c1b48b7758f20 1,858 1.00/1.00 vMB 427
469,635 469,635 0000000000000000008f74425140f6b059df80f55f30aa66c8259b1e0a608ae6 1,680 1.00/1.00 vMB 282
469,634 469,634 000000000000000001518e586c84134ac03e6cb7253bffbc9c3d87e422825e65 1,592 1.00/1.00 vMB 433
469,633 469,633 000000000000000000f566db3436dda4a4db164ceeed07e23a2b005d05279a4e 1,819 1.00/1.00 vMB 496
469,632 469,632 00000000000000000042bd378b755b40c92aca438b3584d5a4744a5f986fc5ef 469 1.00/1.00 vMB 491
469,631 469,631 000000000000000001ba65807bb86e188736b41c2c5d9bfd82b0e52c06adab55 67 1.00/1.00 vMB 17
469,630 469,630 000000000000000001117a075d76a0f20dee2f2eb8bf099fc221f7ad642f2918 797 1.00/1.00 vMB 505
469,629 469,629 00000000000000000142f3a65cb3e59cf0c5d8bda18af2011813f9db99e43e4d 1,060 1.00/1.00 vMB 503
469,628 469,628 0000000000000000001ea1d02c698b994d49bf04c1e0fce4945f86d362a4e214 1,917 1.00/1.00 vMB 462
469,627 469,627 000000000000000001883dcde696493209da4f0f9db1071bfb51823a6f6ceeaa 681 1.00/1.00 vMB 373
469,626 469,626 0000000000000000018431b9c510deff14a7623257210eaa5baf910f0d33a287 2,531 1.00/1.00 vMB 294
469,625 469,625 000000000000000000ba78e19125d02dce7a5eddd29b2fee2d370c6ee2782cef 2,615 1.00/1.00 vMB 383
469,624 469,624 0000000000000000008192dec188e67a04a9c0fa4010fdf877b00f35b4bd2605 1,997 1.00/1.00 vMB 474
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.