Loading Tool

Explorer IconExplorer

Memory Pool

79,743 transactions
29.47 vMB
0.10457911 BTC
Random Selection Loading Transactions
Max Size: 178.15/200 MB

Candidate Block

Mining Attempt bf1d2dddeec392c9e12e08a1198ccd79dd6fcb2dd7cd5401982bc09f3b8c5841
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root d05aa424b03ceaacea83ef3e754517fe652de87b433428dd2651c1aca2bb0b80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,350
Size: 1.00 vMB
Total Fees: 0.04072225 BTC
Feerates: 150.62 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (417,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,966 497,966 00000000000000000029d660a4e79234cf66bce5e0cbb93011c3e795ddc91914 2,501 1.00/1.00 vMB 172
497,965 497,965 0000000000000000003ee44aa04c5c6a38103ef7fdb8746add9c75df763da72d 2,383 1.00/1.00 vMB 156
497,964 497,964 0000000000000000005b22bd7ea7e87ccc71410538f0302fcf9677193962ec83 2,117 1.00/1.00 vMB 177
497,963 497,963 0000000000000000009fecfba0b3d0ffcbd556761cba995cc7b6474c1367c0fc 2,070 1.00/1.00 vMB 195
497,962 497,962 0000000000000000003956c5a8e25fa83d6d195713d1713598bbd63b6a24a822 1,779 1.00/1.00 vMB 153
497,961 497,961 000000000000000000637327252fde48e00e5d16c0e2fd4b68dd36d2cb17d381 716 1.00/1.00 vMB 206
497,960 497,960 000000000000000000796c57c97b476ef1dd22b28c43c81c59ee0a5e023d75ab 1,962 1.00/1.00 vMB 226
497,959 497,959 00000000000000000013f779c1c823ba7845c89c81ebdad4d278303279f10eb8 2,444 1.00/1.00 vMB 128
497,958 497,958 00000000000000000047afdc25ddf2c5fd9c334f0bb6f89416934b3792d880f9 2,827 1.00/1.00 vMB 163
497,957 497,957 0000000000000000004dbb260cc059edab12470af55180534a6615f3f2c89bda 2,719 1.00/1.00 vMB 176
497,956 497,956 0000000000000000002145e591aae204490092e04ded200aa594e05815464c86 2,662 1.00/1.00 vMB 147
497,955 497,955 0000000000000000002b6433c073d56dd3734ef4f5b8435bc2d55d114b1f515c 1,554 1.00/1.00 vMB 188
497,954 497,954 0000000000000000009fae9c956f555c6aa4230b23aa3f0938fd44a38e8783a9 1,997 1.00/1.00 vMB 168
497,953 497,953 000000000000000000921a1e5ca8286438f6218e3b8c6699ea2e59eee79ddee9 2,440 1.00/1.00 vMB 193
497,952 497,952 000000000000000000139d2fc37814f5efdc637a6c8e1b202f9ee12365b01403 2,536 1.00/1.00 vMB 126
497,951 497,951 000000000000000000cee3bff56ee49c0f96d1cbd17fa17dc6f84b3f48aed765 2,833 1.00/1.00 vMB 180
497,950 497,950 0000000000000000002dc1a21e0c24645a434b49aed634008ab362c4c74ebbd2 2,572 1.00/1.00 vMB 146
497,949 497,949 0000000000000000005dc3390405564ae006f0ce658f096967feb642698a27c6 2,912 1.00/1.00 vMB 140
497,948 497,948 00000000000000000016f3b4825d1ae6b032691b1d48dfcd51e2bf14045a5726 1 0.00/1.00 vMB 0
497,947 497,947 000000000000000000078c0a69fe08588048f5fdfa1db45a4e59746c1ca26854 2,517 1.00/1.00 vMB 136
497,946 497,946 000000000000000000c502873d468606b213abfc0ef8749bacc5727e92eddff1 2,563 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.