Loading Tool

Explorer IconExplorer

Memory Pool

81,540 transactions
30.49 vMB
0.11418574 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt 970ff349a93e8be26e66085828a8efb6162cac0b7706c9d09ab2254f154652e9
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root c0a1ee1d1ef66afeea912d3d4e3cfbe002424609f1830b9e98490dd5dca111ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.03925920 BTC
Feerates: 180.34 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (672,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,978 242,978 000000000000008568c98d9a8fb00658a683c4a4d9d4f3d9c42b1066db58d3b7 508 0.20/1.00 vMB 164
242,977 242,977 00000000000000d61d150ff85a98532e0f1db3daa9bcc85a996716a3bd6ac6c0 34 0.01/1.00 vMB 85
242,976 242,976 000000000000004e938bdff50ac32a5bfb9881a9129d5014843ff53cf14d54d8 498 0.18/1.00 vMB 185
242,975 242,975 000000000000007c75eeda5329d612612565b88d6e8dc81c574c45371d584a21 21 0.02/1.00 vMB 102
242,974 242,974 00000000000000cbc2700417e7dbd5a35845a80b62a209431b06405c5a6bf711 51 0.02/1.00 vMB 113
242,973 242,973 0000000000000099581d4df0ef4d965002b402cc6b9f64cc54aa2b993cec5dca 392 0.17/1.00 vMB 152
242,972 242,972 0000000000000047c8c5e5a329f27f3b1aab9aa3c88e3d5eb7aea8522f4e3401 27 0.01/1.00 vMB 109
242,971 242,971 00000000000000674977a074c13e01d7355ad063b02337fc339a27ffd37914f7 228 0.12/1.00 vMB 128
242,970 242,970 00000000000000920c5fd96e0577b1e47314844c5ab3e1d8d6ee7d0f3d6d53dc 129 0.08/1.00 vMB 109
242,969 242,969 00000000000000b90bd5b27fc2f96e794754dc362f9ddb8ec2fe3c5e0dbfb045 130 0.08/1.00 vMB 85
242,968 242,968 00000000000000106dbced90330da7cd43efedd4ea9c9abe2f3da18a51ad1b5d 53 0.04/1.00 vMB 50
242,967 242,967 00000000000000d352ada98d3703b3237a17ff6838abe067061b33fb29a7be56 238 0.15/1.00 vMB 117
242,966 242,966 00000000000000d2085f306a3afef562f130c7ad29b1cdd9ef8750bf95231c91 671 0.32/1.00 vMB 137
242,965 242,965 00000000000000b63337b1f54760a43ca52af5a56a5392d7132349ab39203080 670 0.25/1.00 vMB 196
242,964 242,964 000000000000003bf1743ce08b954a465c8e600b898a317e3945021cec433710 97 0.08/1.00 vMB 74
242,963 242,963 00000000000000a1b324f603ac6bbe4b460035965fbd3af880f51ff224da2e0b 641 0.25/1.00 vMB 248
242,962 242,962 0000000000000019ec048183b491b148fdbe3e2a65dc656724846fe427ae69a3 59 0.02/1.00 vMB 25
242,961 242,961 0000000000000020cdd09f7a6d601fef5668a1bf52e0c73df0ca10c9c73811f6 256 0.13/1.00 vMB 96
242,960 242,960 00000000000000ccaf3c81432f2b44f22b4044eec02dd4434ec6898adef7593b 512 0.34/1.00 vMB 50
242,959 242,959 000000000000003daa50ff99c04dcf5b438658bef718c6453f6af66a14ec5a4d 776 0.25/1.00 vMB 218
242,958 242,958 00000000000000d04280b6319e7a67d2e5fa5279b1f0005caf9c747226b0e8ce 174 0.08/1.00 vMB 423
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.