Loading Tool

Explorer IconExplorer

Memory Pool

38,685 transactions
27.34 vMB
0.06420304 BTC
Random Selection Loading Transactions
Max Size: 139.36/200 MB

Candidate Block

Mining Attempt 5071ec36591f89c8ac55882c7ec2c460f72d166f104e86f2b298d03f861646c6
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 180605a94af21ed6a5eb3b8bef59f54a198923f23cdb972cc5c31e0b4998eb95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,698
Size: 1.00 vMB
Total Fees: 0.01249612 BTC
Feerates: 100.56 > 1.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (203,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,276 711,276 000000000000000000021a3766fcf694e1e0ad64c20267e1364de3e1fb91564c 2,539 1.00/1.00 vMB 11
711,275 711,275 00000000000000000000eef47a99a00ecd90738a365acea397e4172cc3ffeadb 1,698 1.00/1.00 vMB 9
711,274 711,274 000000000000000000002247c80765f276d64707ed5c52bb4e279b0476f7fab4 3,182 1.00/1.00 vMB 22
711,273 711,273 00000000000000000004a160299cf1ee6ace4fc95ce1a495902f015001ef16af 2,702 1.00/1.00 vMB 8
711,272 711,272 0000000000000000000988e599d5f51eaeb8f06cef7ffd5f1a5fa55e3dd323b6 2,243 1.00/1.00 vMB 15
711,271 711,271 00000000000000000006d0d1fcff4c808cef0d6d5f5be602cd4920e6c5a34197 2,496 1.00/1.00 vMB 5
711,270 711,270 0000000000000000000712c340072a2958c2e75493d27c9d5659dd08ec1c0528 2,572 1.00/1.00 vMB 8
711,269 711,269 0000000000000000000294b711c457df499216445c57e097f5c37ee6ad39d731 3,113 1.00/1.00 vMB 14
711,268 711,268 0000000000000000000384107c944e66d3f3c5a0193e6f13285c72c2795403c9 2,588 1.00/1.00 vMB 13
711,267 711,267 000000000000000000087a24a6dd779e374d12127ee84674c2a04042825a5cec 2,576 1.00/1.00 vMB 15
711,266 711,266 00000000000000000002e88dc340ba43bc867fd510b39eed5881c70c86f28c4c 3,387 1.00/1.00 vMB 19
711,265 711,265 00000000000000000002b2489227be9fb2477c9bcce4495b9e8e95122518081f 2,827 1.00/1.00 vMB 23
711,264 711,264 00000000000000000000758023b81fc2b6b0d8c228b4983f6680223e42389eb6 2,772 1.00/1.00 vMB 22
711,263 711,263 0000000000000000000139347f023bc997908780a4588237d6c4a3bfa8f7a682 2,934 1.00/1.00 vMB 14
711,262 711,262 0000000000000000000b0987a03bb25f020634ee45f7b8d99e6b1ef5e6327366 3,288 1.00/1.00 vMB 9
711,261 711,261 00000000000000000000ddd3437a21a67992a989b214ef0fec0417607d1b6be1 3,078 1.00/1.00 vMB 13
711,260 711,260 0000000000000000000c0899502774e05fde408f7e321274912861f6f0c50ece 3,072 1.00/1.00 vMB 21
711,259 711,259 0000000000000000000368e530713cc1d97ea65323295edf1edccf0ac33c9259 3,259 1.00/1.00 vMB 18
711,258 711,258 00000000000000000000fe0f773e3d8c2fdc66d10f66a4ae146f6c154fd39b92 2,760 1.00/1.00 vMB 33
711,257 711,257 0000000000000000000959b81d06f26f46c4973f965fda0f3adee46531611837 339 0.10/1.00 vMB 13
711,256 711,256 00000000000000000008d5f66fd67af996eefc47082544e8e7ff14947d9af017 2,470 0.80/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.75 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: 630.90 GB
    • Received: 12.05 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.