Loading Tool

Explorer IconExplorer

Memory Pool

75,352 transactions
27.76 vMB
0.08012684 BTC
Random Selection Loading Transactions
Max Size: 169.43/200 MB

Candidate Block

Mining Attempt 916df36232f2cede2a18e13cc9b6cd695487d6e9028e4bfbc4869be166b464c3
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 660265cd2b85e4b7f750115c8736224a2a1104d360435d1e3f731e1e18d8cff9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,341
Size: 1.00 vMB
Total Fees: 0.02068941 BTC
Feerates: 106.68 > 2.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (106,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,924 808,924 00000000000000000002404257841f2326d1529d75d04cdb1b04e78598d84019 4,233 1.00/1.00 vMB 25
808,923 808,923 000000000000000000020995992278311d3fd06f21ce8f451b93e8f1989a00ff 4,046 1.00/1.00 vMB 25
808,922 808,922 000000000000000000044b506ce5e09260bd055c4588b383f89e952571070f18 4,957 1.00/1.00 vMB 31
808,921 808,921 00000000000000000000ea7c8c3fd9a3f8f72cf78190bac73c3fe742557ed98d 5,404 1.00/1.00 vMB 26
808,920 808,920 00000000000000000003f89fea9d1f2281f30ce0b3b6c73463d36af6b9c8c161 5,784 1.00/1.00 vMB 26
808,919 808,919 00000000000000000004335f53a58d9e3c7263c88ced3cb43a434f627d98e1f8 3,996 1.00/1.00 vMB 35
808,918 808,918 00000000000000000003eb7047645249ca1b89b7940822787b5c01b73fb0f832 2,416 1.00/1.00 vMB 28
808,917 808,917 000000000000000000040c9a84f99f50d68ac3a7b60d167ee1811908ad87e6d0 2,376 1.00/1.00 vMB 41
808,916 808,916 00000000000000000002d7f8a6d2c5ae6f6816e82cfbc4dd57553081ea7b9c6c 3,565 1.00/1.00 vMB 38
808,915 808,915 00000000000000000002c73197026dfa33833496a63c1fc5341de8c9bbfaa815 3,900 1.00/1.00 vMB 41
808,914 808,914 000000000000000000012bb5f393c6af1ae4d5551afd625e64b544696fa7b2ed 2,596 1.00/1.00 vMB 44
808,913 808,913 0000000000000000000131911d03c0d2256f226327fcf2d285df9f4ab7577436 3,219 1.00/1.00 vMB 34
808,912 808,912 000000000000000000035c9cecbdbbcfcec030c3ae5e42ebc7626514d88e4a21 2,372 1.00/1.00 vMB 25
808,911 808,911 00000000000000000002f7c25996e03ae52ba854629dae9bcd3efaaa8ec3a552 2,172 1.00/1.00 vMB 31
808,910 808,910 000000000000000000026ab209b1413f3d47659e06c6c708bfe08dfa7678e2f0 1,245 1.00/1.00 vMB 29
808,909 808,909 00000000000000000004295969466c5610045236f717e0db12405732ee45d0ca 1,463 1.00/1.00 vMB 39
808,908 808,908 00000000000000000001a7489894be7acd79b0c3825b0771d636a044810eaa3c 3,022 1.00/1.00 vMB 52
808,907 808,907 000000000000000000041316153c4d14b149b09e9deef7864add6830fb205ad5 2,797 1.00/1.00 vMB 46
808,906 808,906 000000000000000000006a61ec0c8f9dfc521db5eee120f90b779a89c7c88848 2,047 1.00/1.00 vMB 30
808,905 808,905 0000000000000000000114e6dcd14afc2c0566f520e1f07cf7d2f4eb3db9442f 2,584 1.00/1.00 vMB 40
808,904 808,904 000000000000000000023369cffad3a10705ca369d28b1c204bce5f21f56b804 2,409 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.