Loading Tool

Explorer IconExplorer

Memory Pool

38,395 transactions
26.10 vMB
0.07857182 BTC
Random Selection Loading Transactions
Max Size: 135.35/200 MB

Candidate Block

Mining Attempt 6e1c3f88e1fed3bcab2f78e91cd4a400e7cd2992451da5555a8279821a89624c
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 8ca22fe5e0b6c546a757932a191462fce431ccdc681d122d54a3a0b3d8bb730b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.03096006 BTC
Feerates: 101.64 > 3.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (136,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,728 778,728 0000000000000000000187934bc45a9e9dc4c1ada8e101011133c2f8a2473c7e 2,771 1.00/1.00 vMB 8
778,727 778,727 000000000000000000009a1506aa9fcb1f2c3fdcae70b5740cc46490161da218 2,445 1.00/1.00 vMB 21
778,726 778,726 000000000000000000066a274e910727d8c67aa272a0617c59cf750b6118311b 2,804 1.00/1.00 vMB 34
778,725 778,725 00000000000000000004730217a937cf7050d27edee6b63b232fe2cfc5826927 2,766 1.00/1.00 vMB 19
778,724 778,724 000000000000000000022085f9e8c9d4decc31a12a67751036ca98a93fb0f35b 3,239 1.00/1.00 vMB 37
778,723 778,723 00000000000000000001cdebb827bb4580a1cf0dd93172e2d00dd25dba341809 1,744 1.00/1.00 vMB 22
778,722 778,722 00000000000000000001c549b0d1422fef664e3bfb67ada141b187833ba15d7b 3,145 1.00/1.00 vMB 34
778,721 778,721 00000000000000000004c21015791b7f6d1fc0925d90ea045accf627ec9764f4 1,503 1.00/1.00 vMB 13
778,720 778,720 000000000000000000063f5208fdc817c1388bdd8ade27203d9958e34e344834 1,292 1.00/1.00 vMB 15
778,719 778,719 00000000000000000001d354379ea5c4f331f77ab819a775cc92d7666204d685 3,539 1.00/1.00 vMB 17
778,718 778,718 00000000000000000005bfa3b237d509f2df6e65daab2eabcdcf15e1b2344e0d 3,238 1.00/1.00 vMB 24
778,717 778,717 000000000000000000046a0f943e7cbcd5d0b070bcb06570ea75fb9a0775c826 2,621 1.00/1.00 vMB 19
778,716 778,716 0000000000000000000675b05d266c058499c8f2495b61a370a2d4209e64cf6a 3,348 1.00/1.00 vMB 29
778,715 778,715 0000000000000000000434552f47966fe19ad6082fc6a22b7549a34ad1c240b5 3,411 1.00/1.00 vMB 35
778,714 778,714 000000000000000000009b5b073b2aa216f183b3e9203b69ca905b949ebd5bed 2,552 1.00/1.00 vMB 21
778,713 778,713 00000000000000000004248d6bae503f4374477b93224c74acdae0dcbc10ee97 3,773 1.00/1.00 vMB 30
778,712 778,712 000000000000000000002f8f4f9f881d434f3c567065c25de99d5691aec17a0d 2,051 1.00/1.00 vMB 32
778,711 778,711 00000000000000000000b9652170af3ccda6024fe0c1feff342b30f60c3fdf7d 1,168 1.00/1.00 vMB 35
778,710 778,710 000000000000000000024d2d2da8945f6d0780bfc1a134e20766187c46c5a21c 3,643 1.00/1.00 vMB 24
778,709 778,709 00000000000000000003e1dba39dfc71ca07c105a20af06c872f92054c18f0f9 3,258 1.00/1.00 vMB 20
778,708 778,708 00000000000000000001eada0ee893f895d0495241dcb5e099a659e9dc388ba9 3,185 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.22 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: 654.53 GB
    • Received: 14.14 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.