Loading Tool

Explorer IconExplorer

Memory Pool

79,782 transactions
29.81 vMB
0.08003581 BTC
Random Selection Loading Transactions
Max Size: 178.93/200 MB

Candidate Block

Mining Attempt ceab5ea1afad729fdc3203be6daf961330bf86fb98ad9c4b762489e2d98890b9
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 4401a8767d4ac1da3762f7985fa911af6c32e12afb07eed893cbb53237f4f29f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,726
Size: 1.00 vMB
Total Fees: 0.01913860 BTC
Feerates: 100.29 > 1.92 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (800,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,240 114,240 0000000000000b5ffa72d8c332bfccd199a65f764546768e722d5ce2675ecf9d 23 0.01/1.00 vMB 165
114,239 114,239 000000000000464f89ac340050efa651d8f33985a3174009171caddfdecf3563 1 0.00/1.00 vMB 0
114,238 114,238 0000000000005be7ac72b6a4c475b89b649fca66f9a4db158071583440f76702 7 0.00/1.00 vMB 0
114,237 114,237 000000000000b436af328d455d4b3bed8ab9a88fa2bcc2f36217e30e173183f8 198 0.05/1.00 vMB 0
114,236 114,236 00000000000037376b39ec59d96af17e78a58c2f4206956597a5ae4490cc5f4b 35 0.01/1.00 vMB 171
114,235 114,235 0000000000001896f826f9679dac686a4e1ad80ba899a8c48fdb4fd92f855e65 3 0.00/1.00 vMB 3,868
114,234 114,234 0000000000009ff2be630c8c928f4c2112be653ac2c26f0a3940054d53d2b89c 13 0.00/1.00 vMB 0
114,233 114,233 000000000000c74409b83e9a8826a4331c7f5522bd91ada8f692b92a6c561a41 9 0.00/1.00 vMB 0
114,232 114,232 000000000000bf4a33a21b9cf8d62a03968d1bd6e0ed4e4a220532ca7c0672ac 32 0.01/1.00 vMB 242
114,231 114,231 000000000000a2f9eac4bcf903276363c22cf1abb3207cac896518480407f54c 36 0.01/1.00 vMB 111
114,230 114,230 000000000000b660002cb722c96652be0f38f513b6f7f81f652ab9ca70c3aa38 14 0.00/1.00 vMB 0
114,229 114,229 0000000000004d04adf09c8fba229f785425fb779909767789d5a30feee5d894 12 0.00/1.00 vMB 0
114,228 114,228 000000000000736ca4ed6456d1faff02dca503b26f6e5fac84da4ea1e8447d49 14 0.00/1.00 vMB 0
114,227 114,227 00000000000049d294588e7d78225fdde13105039c888fea5924d85a795ec781 14 0.00/1.00 vMB 0
114,226 114,226 00000000000060a7d5adf3fe1ff37f13c25e92ded54957832cc6480505f02ad2 4 0.00/1.00 vMB 0
114,225 114,225 000000000000ceb32adfe51b2060d2f351c7c6485e20507e747788feabf3bc60 14 0.00/1.00 vMB 348
114,224 114,224 00000000000082ad8bcec9d3556dc8b7071860bfa0c40ae6f5a22625061100d0 12 0.00/1.00 vMB 0
114,223 114,223 000000000000055339799b192c55a9ec8c5fb480d72e5641a725606e57450388 11 0.00/1.00 vMB 0
114,222 114,222 000000000000cbe2e09e130be55a5feea3d93767ef7b6f6d4ca3704bef972d43 1 0.00/1.00 vMB 0
114,221 114,221 000000000000cbec751eccd413ef5f415129f1a6a17a38c5c1631016ccd8d065 25 0.01/1.00 vMB 0
114,220 114,220 0000000000007f4898be6c2d73688f01a42db72e7ef3cb4059e8b9b9c8f0301f 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.70 GB
    • Received: 15.04 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.