Loading Tool

Explorer IconExplorer

Memory Pool

77,120 transactions
29.01 vMB
0.08029482 BTC
Random Selection Loading Transactions
Max Size: 174.89/200 MB

Candidate Block

Mining Attempt 365ce36ed23ff07c4f2d7143a39d956c50edc43f3185d9af4020f68bb05e0436
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root c0eaf89509c794a0a35bf462c9550a5d933cb93b940dbb6d532b18c07c8133e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,061
Size: 1.00 vMB
Total Fees: 0.01958014 BTC
Feerates: 100.28 > 1.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (650,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,738 264,738 0000000000000003683efd904ba901216799c6b94cf10c068e57f5fcd3d37366 278 0.15/1.00 vMB 92
264,737 264,737 000000000000000dd7e0b1821b08a5f1652f4b0f6b36ae5dce28dc8b2214857a 214 0.05/1.00 vMB 49
264,736 264,736 0000000000000003ed4c045e1b52d4c846b818992ff252cfce695195f94d44b1 56 0.05/1.00 vMB 16
264,735 264,735 0000000000000006402f91afa57fd44ea36c690e3518f96a14fa0fdd3e486047 316 0.21/1.00 vMB 120
264,734 264,734 00000000000000099a1a02b1523391caa0e4f653619afea4112717deaad8884e 257 0.14/1.00 vMB 84
264,733 264,733 000000000000000b4e53ff87a0ad88c649034606dab9fb1c7fe156f94e214cc5 187 0.15/1.00 vMB 51
264,732 264,732 0000000000000001f939e8e86d97ba4182fbc0a390c144e300c34c13dd43a8d1 52 0.02/1.00 vMB 114
264,731 264,731 000000000000000fca2279c5423bd1ad5d9d55180104e968393a37c0a0e0f4ca 113 0.03/1.00 vMB 56
264,730 264,730 000000000000000ca3a1fabd9d5ba7a7bbe04cc4392c9506aaae06c31580f1b9 302 0.15/1.00 vMB 119
264,729 264,729 00000000000000021f7e1de3958cbe2d24b7963eb303f934de0651abe904c04a 384 0.15/1.00 vMB 121
264,728 264,728 000000000000000b0703a7b438aae3435c011b593cb7af2fe2fdfbfb327cdfbc 390 0.18/1.00 vMB 108
264,727 264,727 000000000000000dd8d6b2109ea7bc6441a5ba6d5be311f2542b37e4343d54fb 104 0.05/1.00 vMB 55
264,726 264,726 0000000000000001a697fd86500f01de24d71bb9d0d41d76f47403e73d10231f 648 0.30/1.00 vMB 129
264,725 264,725 00000000000000069a56bf365108e285036730c7e5e6f14ee30c6d00e6161708 436 0.21/1.00 vMB 116
264,724 264,724 000000000000000eaf972bf24f92fc66f6ad837dec6e92f0880191f596356d9c 81 0.03/1.00 vMB 138
264,723 264,723 000000000000000b75e649cd7eaf7e1dc0d417ec5cb33a7a949c01b055392761 196 0.08/1.00 vMB 103
264,722 264,722 000000000000000707658ca1d23e8c08ab137eae770ae02407100b42ff9c5065 357 0.15/1.00 vMB 99
264,721 264,721 000000000000000e573dde3a646b08ced3cd6207483a3e3aeb3b7d00f5b11443 323 0.15/1.00 vMB 107
264,720 264,720 000000000000000a6edc91ed5105bc2f217aa2903c2f5f2e3f6b8eb074e72548 47 0.02/1.00 vMB 2
264,719 264,719 000000000000000b89bc956e9b87b80e95736ed9b9c06b17814b5c0c438b78b6 220 0.09/1.00 vMB 120
264,718 264,718 0000000000000009072a0d389907ffbd15eead3e808b7100c2ca42aa12f98a3c 194 0.15/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.68 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: 685.04 GB
    • Received: 16.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.