Loading Tool

Explorer IconExplorer

Memory Pool

40,511 transactions
17.81 vMB
0.15642695 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.34/200 MB

Candidate Block

Mining Attempt 795ef8129ddd7de59b50596a245372531116dd21f4d9c6846b4601f0e0e1dfa7
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 84dc22ce8c5aa972d45b231fbab94de9a4453787690fd6a1f06aa2461beb14de
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,277
Size: 1.00 vMB
Total Fees: 0.04643811 BTC
Median Feerate: 4.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (709,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,726 203,726 00000000000002db7e165fad6f20869fbb7516cab873dd0b495ff617646c154d 98 0.04 vMB 129
203,725 203,725 00000000000002c2e0009ec6e09d4e5117e1a586efe11a05937f149daf989903 781 0.36 vMB 81
203,724 203,724 000000000000009e9c58bb32b463df07f579a88c3a482001e67f1acf8e9ddb06 12 0.00 vMB 21
203,723 203,723 0000000000000035c0923cf470c42f89f2b2bb4feaca987f8c084be5ea1126fa 466 0.20 vMB 170
203,722 203,722 000000000000051db5644dcaac3c2d2178241c259de891aeb577237b51854e64 465 0.25 vMB 171
203,721 203,721 000000000000010594275bafc71756232028cef928d11718ae7eb534b5d42996 130 0.05 vMB 114
203,720 203,720 00000000000004e97b532ffce4ea116ff9c173eab1b6f80eb5b6a53d249ab8be 16 0.00 vMB 86
203,719 203,719 00000000000001e285be96136b5a5311f2066d63802f98a1bb7b388664dc6304 215 0.08 vMB 208
203,718 203,718 00000000000000378af02134175d138d840f4e4a5c011d1414aa897c98f1bcb7 197 0.08 vMB 145
203,717 203,717 0000000000000130ef0c012d5029f33bb04ad727ce48e686e8a556dafdf86f64 740 0.48 vMB 66
203,716 203,716 00000000000005362b8604564bfe7e8d386c03e07882aea87cd1bf5018c30498 566 0.22 vMB 247
203,715 203,715 000000000000039b9c293a937ae68737106fd1b11b48cebd9408465003bbabb3 61 0.04 vMB 232
203,714 203,714 00000000000002e242d5b5d604e0f714fbcfdfba46508bb9fe541817956c3c7e 272 0.14 vMB 136
203,713 203,713 000000000000013952181ff231cc9681c3092f5ccf6f224ffe6714b09f0a4643 66 0.03 vMB 29
203,712 203,712 0000000000000266093984c78a2d8b4195b9f0b81b0ad0fc5cc846cb4aaaa9a7 111 0.08 vMB 72
203,711 203,711 0000000000000525b1d7e213e5e6bb53e6ff8616478690b0710e3e02e5a6bcc3 343 0.22 vMB 93
203,710 203,710 00000000000000fe57ac8af41d8bdd3b6dd51bec7d99f05c7a428e6cf2c8dd47 726 0.25 vMB 169
203,709 203,709 0000000000000204b93a4662a6f9838149c48d9f10bef85ab3dcabbfe8543c13 354 0.13 vMB 137
203,708 203,708 000000000000000bbae8d8ae475b8867386cf5ed16ab6755707bd92d255e5773 562 0.41 vMB 51
203,707 203,707 00000000000003264bc2ac36a60840790ba1d475d01367e7c723da941069e9dc 82 0.04 vMB 32
203,706 203,706 0000000000000362276bfca652891b21e5a36bc37a7fa130ea705fc1d58011c0 153 0.06 vMB 71
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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