Loading Tool

Explorer IconExplorer

Memory Pool

27,341 transactions
6.57 vMB
0.03740895 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.09/200 MB

Candidate Block

Mining Attempt 67ba59de5365e11647f23c9357822458147e2e92b4da2f922b68b326bfb39250
Version 20000000
Previous Block 0000000000000000000035dfe517b0b687cd16a9aadc5470f9c8ca35d5a2f442
Merkle Root f4537eb73c55bd1788183aa8b071c7d73be839b1597b8b30cf2a3a57610435f2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,387
Size: 1.00 vMB
Total Fees: 0.01928704 BTC
Median Feerate: 1.51 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,206 (650,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,261 262,261 0000000000000010af35fdeceed6f9ad5959b08535721dbecdde1564c005c390 0.33 MB 820 126
262,260 262,260 0000000000000004ac255d6d3c76471676f2260b1298f6309016a9b17dd5ab5b 0.15 MB 51 11
262,259 262,259 000000000000001642b922405ca9fff5b91c8e3eeea7074667a18ac6ec0a642c 0.04 MB 39 41
262,258 262,258 000000000000000aa6815a77ff0b975aacf1dc773824ebc197b315c899357273 0.15 MB 113 9
262,257 262,257 00000000000000006f03b8240bbf2ffa1b3b148cbfae7da98a999144a596a2fa 0.42 MB 851 112
262,256 262,256 000000000000000a3c566afe75314dad3f436b64b930abcec542756cff2eec4a 0.35 MB 844 3,748
262,255 262,255 000000000000000da5e0725dcc81c392616b685d20dd9fcc575fc32ad56e6332 0.08 MB 142 55
262,254 262,254 0000000000000009a053f54393f6b4339a6c4d5d82e5b1b747354b7f5f096873 0.15 MB 132 20
262,253 262,253 00000000000000142a9a602316bb174e18e6a0569caff8ca685202f5f458f1a4 0.26 MB 662 134
262,252 262,252 000000000000001114d260ffb3a8e28d32a93b04429d46cd98a9fcd6582942f8 0.18 MB 477 98
262,251 262,251 000000000000000ee7f9dd1b0e9e5b952d4d638f6e10a6a37beaaba3c5679da4 0.17 MB 435 138
262,250 262,250 00000000000000053a73327c9f7a5cffe695e7d6e66d6dca06dc70c7faea7d2d 0.38 MB 912 107
262,249 262,249 000000000000000140e3f89dea3f6d998aadfb1b64ae501ea496a6b63faa52e5 0.03 MB 14 16
262,248 262,248 00000000000000123b62f50d24a11127835ce46c6266638aef4a5d3c673be1c6 0.13 MB 278 95
262,247 262,247 000000000000000f3358d0b9fa0f07e02c931ae9b59e853a26a65f02ffa889b1 0.15 MB 169 68
262,246 262,246 000000000000000809eeb3949b9ce42d04075787de1da083352563ba8fd31ca0 0.25 MB 591 130
262,245 262,245 0000000000000003bab641ec039bd030c72c83b4f9339b8eb9b359aea17111cd 0.02 MB 59 86
262,244 262,244 00000000000000081b8ef4904be9581cc413f4a88d2e2178c5dad2c918d17eea 0.04 MB 64 62
262,243 262,243 0000000000000013c7fff0564863d6bdabf1218561956c717ad6b3ecad208e8b 0.16 MB 304 92
262,242 262,242 0000000000000016a7aba66577ee1a9f5b8bc650d444a7ad2be635de09a110f3 0.23 MB 413 75
262,241 262,241 00000000000000129ef11840f67a55f00b9cf125290ea82cdac613d89ed44b9f 0.09 MB 136 66
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

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