Loading Tool

Explorer IconExplorer

Memory Pool

77,194 transactions
28.96 vMB
0.06880510 BTC
Random Selection Loading Transactions
Max Size: 174.50/200 MB

Candidate Block

Mining Attempt 7e6b3ffd2c89df2395a81d61a1cdcd38f294578ed3e0a3f1d93ff9696b9cb9c2
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root ebf341dcd7a72402388d5b4e6586e69acacf2a32239198326b0d98111f6fd1df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.00832176 BTC
Feerates: 40.21 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (243,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,128 671,128 00000000000000000007d077064d016b34229ef6ecb036dda58d82436376fb9b 3,005 1.00/1.00 vMB 55
671,127 671,127 0000000000000000000c8a67e303a11106e36eb830faf2a15536bb19b32cd996 3,092 1.00/1.00 vMB 100
671,126 671,126 0000000000000000000129e79c0251bfdfa85a2c20e3e048fd13e353a97174f3 1,644 1.00/1.00 vMB 123
671,125 671,125 0000000000000000000b38b8cd5d6960f87dd856c53a7b7df80b5f0dec90abc8 1,317 1.00/1.00 vMB 119
671,124 671,124 00000000000000000009d38f3a166e1d3ecdc2c6d35773b5f71e5c75565aead4 2,928 1.00/1.00 vMB 125
671,123 671,123 0000000000000000000862bf1f0fd885fbf0880f0f21832eace40e35c70e1aa5 2,664 1.00/1.00 vMB 141
671,122 671,122 000000000000000000074d0cee520b83805db5ce056c17100c383799b6004f50 3,019 1.00/1.00 vMB 78
671,121 671,121 00000000000000000004347ccd1b8db6778cb285302c6746d2e7434808e14b1f 2,314 1.00/1.00 vMB 112
671,120 671,120 00000000000000000008b7b4d38ed9d003e0abedc1a369c46df5480a6a636912 2,879 1.00/1.00 vMB 135
671,119 671,119 0000000000000000000cff2eda2bf940bfb6be02a2137ae26b161ac8711f6585 2,744 1.00/1.00 vMB 53
671,118 671,118 0000000000000000000626f3a999c156be82b2821063e72a0789363a5c14f82e 3,085 1.00/1.00 vMB 82
671,117 671,117 000000000000000000092ced64e17e4ea847a5f7508613d2bb0af50c81304f10 2,518 1.00/1.00 vMB 103
671,116 671,116 000000000000000000033961bf2b640e16a4db045789168fe9bda2e3875933bb 1,442 1.00/1.00 vMB 114
671,115 671,115 0000000000000000000c9dfe1e7c5a481305ad3089ce4a74d2960362e6c514eb 2,302 1.00/1.00 vMB 128
671,114 671,114 0000000000000000000600adea54ca1a7755e697672d88947c224708ebea3040 3,070 1.00/1.00 vMB 138
671,113 671,113 00000000000000000000238db98b7ca37b16cdb817a03fe1060aaca81a17b93f 1,599 1.00/1.00 vMB 142
671,112 671,112 0000000000000000000b54b789c102a8bfa9b3f140f33e7d98afa00396ef2520 1,550 1.00/1.00 vMB 91
671,111 671,111 000000000000000000041c9312d083f37043a0692ed6b54097b7ff530ac2e8d0 2,815 1.00/1.00 vMB 109
671,110 671,110 00000000000000000005509f5586b90f8706057530b7b4e81408b9f4406ca508 2,574 1.00/1.00 vMB 120
671,109 671,109 00000000000000000000dbb5d93bb23be127451a0be56eb7f7aced04f14a1a70 2,757 1.00/1.00 vMB 117
671,108 671,108 00000000000000000008c98a818ea4cdc88ee817e39ed860489d916cd0bc75d2 1,933 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.57 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: 670.29 GB
    • Received: 15.84 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.