Loading Tool

Explorer IconExplorer

Memory Pool

48,400 transactions
27.45 vMB
0.07585032 BTC
Random Selection Loading Transactions
Max Size: 146.36/200 MB

Candidate Block

Mining Attempt 8f95f9bfbc052430095288587893f730e3540f87ac71a3fa209c03c90db4521f
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 5ff6585c6a738a2af4bb7ea83e1dbcbddfa58cad53df0e289bf5396cc40b5d6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,898
Size: 1.00 vMB
Total Fees: 0.02446906 BTC
Feerates: 150.92 > 2.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (245,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,279 669,279 0000000000000000000bc0a528a5141d88157221a1260bd7e0af7f84f0ae7697 2,683 1.00/1.00 vMB 57
669,278 669,278 00000000000000000007bdbc1bda8b4825b79dafe7aed573a91f5f7724bfc640 2,574 1.00/1.00 vMB 68
669,277 669,277 00000000000000000003f1aa116a9804beaf6b25500bb4c8508587a8e2717697 2,826 1.00/1.00 vMB 73
669,276 669,276 00000000000000000004a86f180d164343b232b0db500638e535b1e76a867101 2,505 1.00/1.00 vMB 112
669,275 669,275 0000000000000000000c8b2c89c96912b1e645ce0b9a2cda3ed1749326afaefe 2,592 1.00/1.00 vMB 79
669,274 669,274 0000000000000000000272ac3959443ee9cb0136b5c8c03eb87830b86d8e442d 1 0.00/1.00 vMB 0
669,273 669,273 0000000000000000000628bb92d22d1b26ddb3734d5522c943e0bcdb3a438ea4 3,247 1.00/1.00 vMB 109
669,272 669,272 00000000000000000004c9b7d95bdd0ded5fa59648236c9a8700179d63cc5011 2,899 1.00/1.00 vMB 109
669,271 669,271 00000000000000000008ddf67ea8acb1ec180f0d198ff65e0f0110e4d4a92534 1,419 1.00/1.00 vMB 104
669,270 669,270 0000000000000000000043f0e5771bda048092e860d04d893f7797c37bb0b12c 1,626 1.00/1.00 vMB 134
669,269 669,269 00000000000000000000f446385803335f1d5c4bf94ffb210c978ac50f7a7028 2,870 1.00/1.00 vMB 80
669,268 669,268 0000000000000000000cf2dbbd4a8980847d97de25ed0ef0629e333534ac4276 3,137 1.00/1.00 vMB 118
669,267 669,267 0000000000000000000a6729972df26d95b3f1a7e3ed72436eb710ba793330ad 3,081 1.00/1.00 vMB 115
669,266 669,266 000000000000000000067fee5fbc3c66cbed2bd04927890cf3b95597251f5496 2,682 1.00/1.00 vMB 107
669,265 669,265 0000000000000000000c60f7f5953634c392da9871ec15fba5d9ff781fbf2c32 2,425 1.00/1.00 vMB 107
669,264 669,264 0000000000000000000b4ea68c10dea4706643d646fb119bc9bd174dfc3042ef 3,131 1.00/1.00 vMB 124
669,263 669,263 000000000000000000021d46352cef2b8a757dcb3c983078d85b2e247faf21fe 2,881 1.00/1.00 vMB 142
669,262 669,262 00000000000000000006ed349cb1168a1a9dd57d37ee9a8d9966c304ac5b7a28 3,221 1.00/1.00 vMB 113
669,261 669,261 00000000000000000006df2f52eb30b7254ec1fb3c5f714e20cbf3cd71815136 2,105 1.00/1.00 vMB 134
669,260 669,260 0000000000000000000bb2dd7fc6424e8910c6d916646d095c834f8f9b14fc02 1,575 1.00/1.00 vMB 133
669,259 669,259 000000000000000000044d946c6a65a2b7ca7447e2418207eb7b7ed62d05f8bb 1,714 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.