Loading Tool

Explorer IconExplorer

Memory Pool

27,210 transactions
10.97 vMB
0.02534842 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.75/200 MB

Candidate Block

Mining Attempt 20e1d7b4b4230d54e747da21f535e71637a25ae220db9c5a3aca3daf39991033
Version 20000000
Previous Block 0000000000000000000206c1e0c8758b457d4a1f9452c474552980879a81c1b9
Merkle Root f0a872e6b161922c514e3b99627185a40fe41dc255c26fc95e876adce98be717
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,694
Size: 1.00 vMB
Total Fees: 0.00697987 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,547 (651,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,278 262,278 000000000000000afa3c9c77b2af4543316fab309db69a128e7cf03b7015579f 98 0.25 vMB 21
262,277 262,277 00000000000000154f0dca0046d484fecd6bf44124c07f2a8bae17c8bd372465 226 0.25 vMB 31
262,276 262,276 00000000000000057da79fa5e1cdf935b24bfab0701bc94de33599be4541e1e6 291 0.50 vMB 28
262,275 262,275 000000000000000f804ce4049a230de2735ebe2cd829150edd342e32bbbdbbf2 566 0.25 vMB 53
262,274 262,274 00000000000000122ce7f924e2dc4e1005dbde21e5293537efe36dd0098f3eff 792 0.25 vMB 97
262,273 262,273 00000000000000137394682c88f8b2b2f7f26e655cd5e3497851266710c3277f 534 0.50 vMB 81
262,272 262,272 000000000000000f2260669a604b9da498fd32bd45278f0230639156985ce9d0 763 0.25 vMB 211
262,271 262,271 0000000000000002299aaf9f2c389f14195d887ac9ce5da627c60af589e7b56a 65 0.05 vMB 50
262,270 262,270 000000000000000e62b687d8f7c8298bd77f7aa8356f207f9151239305c4bca1 83 0.09 vMB 56
262,269 262,269 00000000000000128dab81baa8fac75c8625bda9b49f5391686137ab37f128d1 342 0.14 vMB 117
262,268 262,268 00000000000000079f0f74158d3c57ffa8d8c02dcefd4fb6ccfe95f0a22998d0 307 0.16 vMB 93
262,267 262,267 0000000000000001d5ad24b00cf4ed9abe322eb5f1180e3c611c1a0f4415f35d 476 0.22 vMB 104
262,266 262,266 000000000000000f1ef70dee03568585968f40599b481137b186ef6f3d1af2be 195 0.15 vMB 28
262,265 262,265 000000000000000db9fbf0cd58ff46d835112e8fe6d9d16ced531bd6001304f8 208 0.08 vMB 78
262,264 262,264 0000000000000014708976d00f3bfac7fe3781ae1c6641e69180701d42fe9b4d 484 0.18 vMB 134
262,263 262,263 0000000000000000bdfb7d8df45c074dc2abbb3c32f2880300a454407c52172d 580 0.24 vMB 70
262,262 262,262 000000000000000ae931e9bef34fba6f6f5566619e3dd080ae4415caefbe9e0d 577 0.25 vMB 150
262,261 262,261 0000000000000010af35fdeceed6f9ad5959b08535721dbecdde1564c005c390 820 0.33 vMB 126
262,260 262,260 0000000000000004ac255d6d3c76471676f2260b1298f6309016a9b17dd5ab5b 51 0.15 vMB 11
262,259 262,259 000000000000001642b922405ca9fff5b91c8e3eeea7074667a18ac6ec0a642c 39 0.04 vMB 41
262,258 262,258 000000000000000aa6815a77ff0b975aacf1dc773824ebc197b315c899357273 113 0.15 vMB 9
Previous 10 blocks ↓
Total Size: 779.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 412.17 GB
    • Received: 2.20 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.