Loading Tool

Explorer IconExplorer

Memory Pool

83,206 transactions
31.30 vMB
0.09608330 BTC
Random Selection Loading Transactions
Max Size: 190.77/200 MB

Candidate Block

Mining Attempt bb243febe212d159d53206c672c97a0821a683f57ff2c8fc5437f1d5cf220b0c
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root c5b46ae5412b698922230918848d448bc590ef428e4935438c655e1c855c599a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,250
Size: 1.00 vMB
Total Fees: 0.02462486 BTC
Feerates: 177.93 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (449,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,247 466,247 0000000000000000017a3f80f4620fee5811a47326cf9ee5f03fd010d117e2e9 630 1.00/1.00 vMB 134
466,246 466,246 000000000000000000f99c81435b29a8edf4d0440744c07a9f52c49c58e6d706 1,782 1.00/1.00 vMB 124
466,245 466,245 00000000000000000096ce92309cf50f31a31187a51f81d9a7e8af73cf2bc823 2,420 1.00/1.00 vMB 143
466,244 466,244 000000000000000000473e6d48791c90d321d2d8809e26def2690158526cff72 2,668 1.00/1.00 vMB 176
466,243 466,243 0000000000000000019f52c69862e4e81576217f1e0a5870201c84fd2fc15c70 2,814 1.00/1.00 vMB 251
466,242 466,242 00000000000000000056bb48f5a2cf4886508eaa5b9de56dfcf15644a5972f29 2,149 1.00/1.00 vMB 180
466,241 466,241 000000000000000001e1a7e8bc682c0c721a403c9e84ff98865e15dfd9ef9b10 2,234 1.00/1.00 vMB 148
466,240 466,240 000000000000000000f3606c3d6035ffee754ae3f36d5b92a055803451303de8 2,394 1.00/1.00 vMB 176
466,239 466,239 0000000000000000009eae175e0f2a448bd4f5fbab83fec992a8a7fc3db9237d 1,988 1.00/1.00 vMB 169
466,238 466,238 0000000000000000014117825571f5dbe0d50e80ccffc62fb867c01b46af71d8 2,833 1.00/1.00 vMB 205
466,237 466,237 00000000000000000009ce5c0175292c60081476bfc835d72b7f3dd87807f200 2,832 1.00/1.00 vMB 272
466,236 466,236 00000000000000000007a91f7a0783df4fbb20ff2cc881e33a3795d20fab6ed2 1,925 1.00/1.00 vMB 168
466,235 466,235 0000000000000000017a5555ceb23695adbab7e526508fcf9235f2431678a296 2,536 1.00/1.00 vMB 183
466,234 466,234 000000000000000000b4c2fac3c75ca67abc79a26234d6da85c37b68a32d1177 2,230 1.00/1.00 vMB 199
466,233 466,233 0000000000000000017103caf36b125053c086f1c1db54f7397d3f6c7e37d6f2 2,079 1.00/1.00 vMB 176
466,232 466,232 0000000000000000012a7bdffefdcf5ff72477ce00ec0a7b1e2d7acde07e29fb 3,190 1.00/1.00 vMB 199
466,231 466,231 0000000000000000001fc613341bae9c9ae221d16a879e2e92f112f3d56a1773 1,818 1.00/1.00 vMB 210
466,230 466,230 000000000000000001ed105b8a8b2deade212eacab3ff0991abd2f94a8c97d9a 157 0.12/1.00 vMB 410
466,229 466,229 00000000000000000130a69083d8657cf1b1972535c0183473030526cb4d871b 2,177 1.00/1.00 vMB 194
466,228 466,228 0000000000000000010cb6967ca2aec1c67d847d80d8080445d0e617c4f263d9 2,599 1.00/1.00 vMB 197
466,227 466,227 000000000000000001059a8f8bc4cdbae80fc06f5189db978dd471f4d0dc391d 2,106 1.00/1.00 vMB 258
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.75 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.