Loading Tool

Explorer IconExplorer

Memory Pool

73,358 transactions
28.44 vMB
0.06902274 BTC
Random Selection Loading Transactions
Max Size: 168.12/200 MB

Candidate Block

Mining Attempt 0e555d963e1bed02e7bdfc27f5eb0b3ab9ecb7d3b47b41c94b58e4a9a3e51c81
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root f2d9db1202b8973024b17ea273f32ed10213a45c3096b17d5f2eec434ca4a19b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01202364 BTC
Feerates: 100.36 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (357,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,399 557,399 00000000000000000030b6c372eb7285d74084ed438bd3724ab1033975471b6e 49 0.05/1.00 vMB 31
557,398 557,398 000000000000000000155c67414027f9d50fe50200342188d147262f25cfe6f1 1,639 0.67/1.00 vMB 16
557,397 557,397 0000000000000000000a785bed2d295d1dac90a1805fdadb9623b40280e40328 2,792 1.00/1.00 vMB 16
557,396 557,396 0000000000000000001e040a2e2457f652ae88d6082df6751481e6277f9986c5 510 0.20/1.00 vMB 18
557,395 557,395 0000000000000000001799c701c3f73e68f97a617775d2374d319d73ea48b291 814 0.29/1.00 vMB 18
557,394 557,394 000000000000000000027b1934eae1aeaacb644bc1adf622a5e347391ae974d6 2,399 0.78/1.00 vMB 15
557,393 557,393 00000000000000000003f67c9a8e2150b993bf2cdcedcfe0fd278f0609d213f1 60 0.02/1.00 vMB 22
557,392 557,392 00000000000000000030cadfa70e369522958a8f4332c617d72525af48521ab8 1,896 0.61/1.00 vMB 13
557,391 557,391 000000000000000000179338d5879a7df60f71a6180b8cbbcfb1ae25dbb3adb1 2,779 0.97/1.00 vMB 12
557,390 557,390 000000000000000000228f31de830e6104d00750b370a56daf709d7f0e6ccaa9 2,581 1.00/1.00 vMB 17
557,389 557,389 0000000000000000002651c4f9f4908c3ce93838631f33e7f756cf8f9f8f6b1c 2,397 0.75/1.00 vMB 17
557,388 557,388 00000000000000000024bcb3ed9590c78a91bf3d021ae21ba9547b1e3bb8894e 2,645 0.81/1.00 vMB 15
557,387 557,387 0000000000000000000f6260472aadad171455a623983412284b00678fa71317 2,117 1.00/1.00 vMB 9
557,386 557,386 00000000000000000014ad95328968642b3ca30c93a544875b13c7a0a5ce69ae 2,973 1.00/1.00 vMB 6
557,385 557,385 0000000000000000002c317ee8d05ba210ae2df2b50f944e08e61e4c28980a75 1,168 1.00/1.00 vMB 21
557,384 557,384 0000000000000000001cb969bf4b1fe3dfbd2bd7f1a6a98129dffe057557555b 2,352 1.00/1.00 vMB 19
557,383 557,383 00000000000000000002e528ba11c6a8945619b0fc35dbecad03949ba8e77094 1,262 0.37/1.00 vMB 17
557,382 557,382 0000000000000000002981dd215ec5d899e87f6c24595754690b652b9e72f810 2,407 0.84/1.00 vMB 19
557,381 557,381 0000000000000000001ef82f4905d4a9bb058fcb03103a73ec8503b02442d027 2,774 0.90/1.00 vMB 3
557,380 557,380 0000000000000000001bc0dec9e57ae2b3c683c7c0d436be86dae2e5fe00b801 2,279 1.00/1.00 vMB 11
557,379 557,379 00000000000000000029c29d203a2934fc0c8a73a8d031a7b2062ae031563b05 2,427 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.96 GB
    • Received: 15.33 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.