Loading Tool

Explorer IconExplorer

Memory Pool

41,465 transactions
31.51 vMB
0.08257645 BTC
Random Selection Loading Transactions
Max Size: 158.18/200 MB

Candidate Block

Mining Attempt d7aa79f8957303657baebd9fb63b54853051d0a89a7b953035b5c39e1c7ea3c1
Version 20000000
Previous Block 00000000000000000001bce059f3583b3cf282475591f68e58ba9a4e27df5768
Merkle Root a895b307f5ab1698e57c6dde0f99e4afe92d19dc5aaf39d660658573437ee8d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,241
Size: 1.00 vMB
Total Fees: 0.01777756 BTC
Feerates: 150.77 > 1.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,567 (443,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,093 471,093 00000000000000000103f7e753f33ff63fa404d5dacd516ad4356b305c85d086 2,190 1.00/1.00 vMB 266
471,092 471,092 000000000000000000e5bbaf2127cf9720358fdb5ee2393f5ed777b16d88c34e 1,848 0.99/1.00 vMB 416
471,091 471,091 00000000000000000179f2433d6c4c76cd7f78ed2a4c9f759dc8a06e30681493 2,251 0.99/1.00 vMB 378
471,090 471,090 000000000000000001424c88689f5d98222d1f6936fdfb57126c642879abc9bf 1,831 1.00/1.00 vMB 219
471,089 471,089 00000000000000000135b5f66c72e2fb30386884aac0f0cea8d3a2de7ca9244e 2,357 1.00/1.00 vMB 346
471,088 471,088 000000000000000000b6ef6ea7a1b882614f1bea23ecfc2b68fdaeed7505dffb 1,550 1.00/1.00 vMB 374
471,087 471,087 000000000000000000dea70bf8e5e7226e09f23cf734bc05d3fc025f1c43885e 2,188 1.00/1.00 vMB 473
471,086 471,086 000000000000000000959a34e1fc60a9c9a3f329fd023b193f4aa08d33cae1bb 2,198 0.99/1.00 vMB 281
471,085 471,085 0000000000000000017747fd7f668b294e01637628712891f3c926efcdc5f994 2,223 1.00/1.00 vMB 309
471,084 471,084 000000000000000000684c6e8ba11e14999b4920eefd310c033a2948d153deed 1,607 1.00/1.00 vMB 392
471,083 471,083 00000000000000000105c184cf274a1978a7d185d296d5e5024f0b58a40f045d 1,267 1.00/1.00 vMB 363
471,082 471,082 0000000000000000000b8b54b75c4b9ce82052102f19de28b544cfcf3bb8fdca 2,516 1.00/1.00 vMB 415
471,081 471,081 00000000000000000075d2c4f1c51cf27ec9b3edd1c0f077d0e302eb3669db4e 2,500 1.00/1.00 vMB 407
471,080 471,080 0000000000000000000149f899587ac919f9819c1b3d160836d640f0fbb15a4e 1,685 1.00/1.00 vMB 259
471,079 471,079 000000000000000000ea9cf76d769b1d9c56ab538fce54d91c7c5d7862ec1d15 2,036 1.00/1.00 vMB 393
471,078 471,078 0000000000000000007b85d5b6c92fb861c50dafa8e00b8db4ce116dbaba6371 1,009 1.00/1.00 vMB 194
471,077 471,077 0000000000000000005e8969054d74bfcbef93dcd17be6e29723a0635075a546 2,221 1.00/1.00 vMB 394
471,076 471,076 0000000000000000018dc9c396e7ac38595c423079c3c36fe8ac9713a3bcf830 1,524 1.00/1.00 vMB 289
471,075 471,075 000000000000000000ba3801961597053f329de3dc4837a7833ac0a308d3bb50 2,360 1.00/1.00 vMB 384
471,074 471,074 0000000000000000019499c6a16c4687350fb2f3a194a52537b664c311b13904 2,004 1.00/1.00 vMB 248
471,073 471,073 00000000000000000100ee8709d9997553f154f19cb388cd0296ebf319e97866 2,316 0.99/1.00 vMB 238
Previous 10 blocks ↓
Total Size: 781.62 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: 625.21 GB
    • Received: 11.58 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.