Loading Tool

Explorer IconExplorer

Memory Pool

36,725 transactions
26.99 vMB
0.06556928 BTC
Random Selection Loading Transactions
Max Size: 136.74/200 MB

Candidate Block

Mining Attempt 1f80e0d4db0d86680751be2c90a99d80bc48f5263bbcac9ea75867b2376893cb
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root 5aaa87479a8bfc861c6ff14334817fb96fdde07c474fdc3543a940296a519625
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,166
Size: 1.00 vMB
Total Fees: 0.01466313 BTC
Feerates: 101.65 > 1.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (241,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,303 673,303 00000000000000000004d05bd37233f336eb4b85c252ceb8a377ed0fbe754f61 2,975 1.00/1.00 vMB 105
673,302 673,302 00000000000000000006b6c53ad3c6775298f0af51f2c27f630bb736579c531f 2,614 1.00/1.00 vMB 78
673,301 673,301 0000000000000000000c4c99df05cb649013156b82be8932e1ab5894cec3cfcf 2,007 1.00/1.00 vMB 99
673,300 673,300 000000000000000000004921911306511f27d7ad28ae24c480e380c99d699808 1,428 1.00/1.00 vMB 102
673,299 673,299 0000000000000000000524fda57740f7bc5c972c306b7b64e317cbd846dd7ba7 2,552 1.00/1.00 vMB 112
673,298 673,298 00000000000000000007320102e7fb4e86837eeb9f4a346572686ab6d14fcce4 2,946 1.00/1.00 vMB 129
673,297 673,297 0000000000000000000107a49f59085351d71c995aeee1caa7f384a7c39465df 2,568 1.00/1.00 vMB 61
673,296 673,296 00000000000000000009549337c5456c95c5bc2c878d957200bcc737e1532c8f 2,415 1.00/1.00 vMB 71
673,295 673,295 00000000000000000006eda37d304dd6a71c97ba0b73f86d327cddcc2a8d1822 2,433 1.00/1.00 vMB 113
673,294 673,294 00000000000000000002ab00f4146ef0652f8d82fdd2c4eb70800760d992ff5d 2,803 1.00/1.00 vMB 84
673,293 673,293 000000000000000000002f635b4cf91238dafa59f6e93ad3b5d2c7f5dafad1cf 1,978 1.00/1.00 vMB 107
673,292 673,292 00000000000000000000ccb9be78220b8764de6781d352e4fa536124980c55b1 2,628 1.00/1.00 vMB 120
673,291 673,291 0000000000000000000a026e7ff50bc5c0279e04c2a26c698de3ead8a054b04f 2,597 1.00/1.00 vMB 119
673,290 673,290 000000000000000000043037f1ef752c0b3b91ad969fe0a73eb581fee014113a 1,574 1.00/1.00 vMB 108
673,289 673,289 0000000000000000000257d4d2f505626b5f303eef228c7d77d3da76342ebf3c 1,102 1.00/1.00 vMB 86
673,288 673,288 00000000000000000003ef910b70e51892aa90ede7298bc7bc2ef3b59725f8b4 2,833 1.00/1.00 vMB 86
673,287 673,287 0000000000000000000ade235c8f0a6120de9b94e093164bb4fddcce72125daa 1,820 1.00/1.00 vMB 81
673,286 673,286 00000000000000000003b7b4bf99c1130f7726cb452de98a41fb36a4f05b763b 2,363 1.00/1.00 vMB 111
673,285 673,285 0000000000000000000b6900e6c138b036c8f3c9079416c5f8e3626ad93b4e5d 1,702 1.00/1.00 vMB 84
673,284 673,284 00000000000000000004d5f15451c493020dc3f0e82bd0701ce27618ed9978ee 2,981 1.00/1.00 vMB 104
673,283 673,283 00000000000000000007b58630ce5b9c70c6279719ffc6cec0b3dfa2edf187bd 1,823 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 781.75 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: 631.34 GB
    • Received: 12.06 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.