Loading Tool

Explorer IconExplorer

Memory Pool

27,783 transactions
4.93 vMB
0.02901120 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.13/200 MB

Candidate Block

Mining Attempt c288586fef5cce8d35b7c49fab1a7983487c71d6cba93e9d83fcb4983e7566c4
Version 20000000
Previous Block 00000000000000000000b36e763a3ba1856f8361645f2999589f9817be60e18a
Merkle Root d75cdcb94e4aed80ce8f1698e396c76e8f8c7d8348cbc010435e8de5fa7c6bbf
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,196
Size: 0.38 vMB
Total Fees: 0.01646265 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,787 (717,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,109 195,109 000000000000060d94ceead5a10eacf1b91091eeb94d2e5d6b01e3a76b43d22f 0.05 MB 161 14
195,108 195,108 0000000000000650a51dc4df25abf73bdd0c12ae4ca3c39420cc48beb8fefce4 0.04 MB 98 94
195,107 195,107 0000000000000171cf550400402f792c73c0bda760209f6d7791457b645b5e8f 0.11 MB 245 140
195,106 195,106 00000000000002caf356da12db0843b690a751229b55e6ff8848c5c52508a141 0.08 MB 218 215
195,105 195,105 000000000000044f3afd9cf433f393acf98717b4d2630f0fa224729c07623c43 0.02 MB 50 87
195,104 195,104 0000000000000709522d51cbc5f2539d41620d7fa1b4dd567f9ce093849569cd 0.13 MB 341 165
195,103 195,103 0000000000000041eca3fac1fdaf4388498cc16e12f4f9c77fabfaeac133eed6 0.04 MB 69 71
195,102 195,102 00000000000003babf8a4a67c7eca0911f70fbeafaf80083fbbfc2726d0fd708 0.11 MB 292 118
195,101 195,101 0000000000000281f5f75baffd7ad6c0983fc6d1416b3554f6ecce9d0cf59a10 0.15 MB 396 211
195,100 195,100 00000000000000b70b732f89db7ac741ae9640f7342a1f5bd2c131f99237ee76 0.05 MB 124 99
195,099 195,099 0000000000000585d049871960e4a1c5bbd0e884c4a2e3c1ae501c66e90d2531 0.00 MB 9 0
195,098 195,098 00000000000000b49770be95c9a1b560d5d23ffeef59559e8e4ad602c7748b4b 0.01 MB 22 28
195,097 195,097 000000000000044c9ef14c34f591b3e1f0bd71255e8361867691bb16cc8def09 0.15 MB 369 115
195,096 195,096 00000000000007a142b00794b462423707e94137c9232b31967445dded82616d 0.01 MB 32 0
195,095 195,095 0000000000000202530366644b1cad5a277a02754a778a1726d4ab4d6217582c 0.18 MB 512 96
195,094 195,094 000000000000020a4bcc32f2e34d2a60bee820339f4dfb47c9a5be2f6a72361c 0.21 MB 405 91
195,093 195,093 000000000000005f327ece42290ffdc634daa22e3b1b45580db986b102b6d0a3 0.21 MB 646 165
195,092 195,092 000000000000050df9f6189625cdd504924d221f6682b7fa507b478487b2cfd6 0.00 MB 1 0
195,091 195,091 00000000000003bb3a4eee5989534cdbe424816d20b43f436ae694417610bc3c 0.25 MB 637 146
195,090 195,090 00000000000002149f94295868e971f8dc1d5034c42fb0686eeb81240e0c63ba 0.25 MB 452 112
195,089 195,089 00000000000004e999494e86ad2c9dd5c390ad3dc5cf0046d74dd3eb05a04e6e 0.05 MB 131 122
Previous 10 blocks ↓
Total Size: 778.47 GB

Node Details:

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