Loading Tool

Explorer IconExplorer

Memory Pool

39,618 transactions
25.68 vMB
0.05177413 BTC
Random Selection Loading Transactions
Max Size: 133.41/200 MB

Candidate Block

Mining Attempt 3597f5b4a61a2d1d137c2b360af99852e136fcd6cb4d0fb116c156ac1d13fbd4
Version 20000000
Previous Block 00000000000000000000172132c00b110ec4ee02326028bead4b8d9ab2ab8c10
Merkle Root 2d0eab5386638738511e250e896180298eef3f5e5370be6437aad42174a71cfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,409
Size: 1.00 vMB
Total Fees: 0.00533273 BTC
Feerates: 40.21 > 0.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,745 (43,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,391 871,391 00000000000000000000a229202e57b201f9ad9b1bc6fbea2252b1ad9bd969d6 2,380 1.00/1.00 vMB 5
871,390 871,390 00000000000000000001159550824846fe0ef198d4214ef6febc37b1b382e348 2,771 1.00/1.00 vMB 11
871,389 871,389 0000000000000000000234f8a9528b6d20b70d3ee3badbd47fb38c9c16fe536a 3,443 1.00/1.00 vMB 10
871,388 871,388 00000000000000000001ef66785f7fd37e7789b528cf7543074ea200e3565a3c 2,795 1.00/1.00 vMB 7
871,387 871,387 00000000000000000001c29b28fd599c07af9a548db53feac29e0e9fedb549ae 1,800 1.00/1.00 vMB 7
871,386 871,386 000000000000000000023ad29eef566ef79486c2ebbdba7e402c645d431c3bca 2,081 1.00/1.00 vMB 9
871,385 871,385 0000000000000000000284f6639f63d8d789085e90469c8f5705fb939ebde171 3,792 1.00/1.00 vMB 14
871,384 871,384 0000000000000000000031b1c97074899bff4d9c97d68c6579705dcf5186ca62 3,170 1.00/1.00 vMB 10
871,383 871,383 0000000000000000000122206458096bf5a7614390cd7b4084c11aa9e1410563 2,647 1.00/1.00 vMB 9
871,382 871,382 00000000000000000002a12c96a4c23a8ee266a980a7704b593bc5ae781895d2 3,136 1.00/1.00 vMB 10
871,381 871,381 00000000000000000001cd53e37c1281b279a5af2dca3376359b49b58308305f 3,690 1.00/1.00 vMB 17
871,380 871,380 000000000000000000000373080e3df6fb1346c5737b6f0a8424ea89a1a01d32 3,693 1.00/1.00 vMB 18
871,379 871,379 000000000000000000024bd63a4d255aa72a82f98e28e62e335ce0201e00605c 3,471 1.00/1.00 vMB 13
871,378 871,378 00000000000000000001317ecb317f1d480e3eeb2b783f9b55e67d6e96e9407e 3,947 1.00/1.00 vMB 15
871,377 871,377 00000000000000000000d4dcfb5c494caf633058f3d3c1c9612e66b381556579 3,812 1.00/1.00 vMB 16
871,376 871,376 000000000000000000020b455926af4af7d4b5a103fc71b0ed8f1e0ef5bf1a4c 3,809 1.00/1.00 vMB 19
871,375 871,375 0000000000000000000287a72653f645d602d1b2aab2777d87b5d2148e2fde37 2,797 1.00/1.00 vMB 6
871,374 871,374 0000000000000000000297c2bffc98ed3f27b737d90cc3c331cd08148051755f 2,832 1.00/1.00 vMB 15
871,373 871,373 00000000000000000001cd2e680a95afcf2d6e662174e37e091f14d52c25455b 3,363 1.00/1.00 vMB 15
871,372 871,372 000000000000000000023919e0c79a26b73d225973d9c72f0226cc5ab574f772 2,477 1.00/1.00 vMB 6
871,371 871,371 00000000000000000001ddef6bd94c7ab3fb435b8eb4639ec8b3b6c3ea10bb41 2,946 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.94 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: 646.58 GB
    • Received: 12.86 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.