Loading Tool

Explorer IconExplorer

Memory Pool

81,927 transactions
31.02 vMB
0.11731077 BTC
Random Selection Loading Transactions
Max Size: 185.66/200 MB

Candidate Block

Mining Attempt ab26e0cf8bc3b309c9510938368819db0fd69c1d900ccfe6bc471d91541ba60a
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 751c35e49495d15ae6e7ec394eba7aa4a6c289f1ebe1a1186df640535eadb6f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,550
Size: 1.00 vMB
Total Fees: 0.03377333 BTC
Feerates: 101.42 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (255,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,005 660,005 00000000000000000003e2b50a5844d9d7d05925b500a4ab2991ca8118698fc0 1,336 1.00/1.00 vMB 34
660,004 660,004 00000000000000000002bd97fdf64cac2e51e258a13d78df1fda794f1c8bef10 2,457 1.00/1.00 vMB 71
660,003 660,003 0000000000000000000b46da0e40ba473445895dd26c87fcbfeab08650027cdb 721 1.00/1.00 vMB 28
660,002 660,002 0000000000000000000cbc94ff151a693aff7946d289894cc76982e776b11f8c 779 1.00/1.00 vMB 49
660,001 660,001 00000000000000000002a51e2934788deca418db4910cddb5d2e139b7762ec7d 1,234 1.00/1.00 vMB 33
660,000 660,000 00000000000000000008eddcaf078f12c69a439dde30dbb5aac3d9d94e9c18f6 745 1.00/1.00 vMB 24
659,999 659,999 0000000000000000000ad3f00c4e7a24fa825e61c9b8fccf44d8a2f3c906f651 1,997 1.00/1.00 vMB 54
659,998 659,998 0000000000000000000252b718fe82b287f31c1890bf5fa17868f4b71d03f1c5 2,173 1.00/1.00 vMB 56
659,997 659,997 000000000000000000064634de5fb50a80aeb7819060a6cace5fee7f9450e4a7 1,183 1.00/1.00 vMB 33
659,996 659,996 000000000000000000048af0be3ce9374fe35e3fdfc875edd4d532e836bbdd6b 1,804 1.00/1.00 vMB 47
659,995 659,995 0000000000000000000e70baac9bdef571efe3d79a83fcfe6d895e46180a76dd 883 1.00/1.00 vMB 24
659,994 659,994 000000000000000000070118c4abdd16d1a4b7f1ea3e645563ea255746241202 179 1.00/1.00 vMB 9
659,993 659,993 000000000000000000055e271860ad41450f1be98c11559b3e263f5252bc5350 1,605 1.00/1.00 vMB 40
659,992 659,992 00000000000000000007147fb721904d019ce7a971d13e748d4020fba9ff4c92 83 1.00/1.00 vMB 8
659,991 659,991 00000000000000000004ce5eaf5b8e7e7963094d243cf6ad45a1cf6b2ddbcc5d 515 1.00/1.00 vMB 17
659,990 659,990 0000000000000000000e826e9c8f2859b25b5cf882f1d3e33283cfdbfd891734 1,281 1.00/1.00 vMB 31
659,989 659,989 0000000000000000000193f765325880d1f4905ce5f970af9d3b94ae015221b3 2,274 1.00/1.00 vMB 56
659,988 659,988 0000000000000000000633461b2cee2c85ad3cc745d3ca7647b5733c5120d065 1,760 1.00/1.00 vMB 33
659,987 659,987 00000000000000000007480cc4712c66841154ba3d73ee29bc2e520389b97342 1,123 1.00/1.00 vMB 11
659,986 659,986 00000000000000000004767cd48cdbff5a885ada4923eeb310cb80aa52e63ce0 336 1.00/1.00 vMB 11
659,985 659,985 000000000000000000078eecb031c95018e42cd9f6ceb4e2f1b8d1f4aa1c8bb4 2,043 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.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.