Loading Tool

Explorer IconExplorer

Memory Pool

84,307 transactions
32.66 vMB
0.07980310 BTC
Random Selection Loading Transactions
Max Size: 193.56/200 MB

Candidate Block

Mining Attempt 74d0ebc5df62c5311d743c6abec00171eeda4cebf3747796e922d281fa5ca543
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 26d494b3e2899b548f4934fe7dbe7cf74cdf6e118f3ddbce4cb2a4ee736cb732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.01518401 BTC
Feerates: 100.53 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (417,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,861 497,861 0000000000000000005ba94b939b629a60d4ffb64f720454251db14df386ae96 2,069 1.00/1.00 vMB 99
497,860 497,860 0000000000000000005094051986157589aba8e35891bfb8d4ae55ecee5e7deb 2,041 1.00/1.00 vMB 141
497,859 497,859 000000000000000000877e69e57c87f1419ac4a188538b2301c0de39369b0faa 2,318 1.00/1.00 vMB 163
497,858 497,858 000000000000000000a360fc58619c7387b4ee242a2e01c2b10cb656b44e013c 2,296 1.00/1.00 vMB 131
497,857 497,857 000000000000000000851f2848b52c68c300b89b8ef7f763bd84e4efba6e76fd 874 1.00/1.00 vMB 76
497,856 497,856 0000000000000000002a1c00beb7ae3049681cc825a10bda7e75fc7e71d8b01a 1,649 1.00/1.00 vMB 76
497,855 497,855 00000000000000000009bbeef32a274b32de48482c57db8630d7d42e2dd1a996 1,640 1.00/1.00 vMB 70
497,854 497,854 000000000000000000355a555b1b6609c9c6a7fe1c7c1099b1d578a7633d8d1a 2,325 1.00/1.00 vMB 106
497,853 497,853 00000000000000000098e3dc83694458f2442ab86fd2196092b17afb083a08c9 2,772 1.00/1.00 vMB 87
497,852 497,852 00000000000000000026d075cafb805ffec1f1dbef15f94d0ad35c89942711e1 2,722 1.00/1.00 vMB 106
497,851 497,851 00000000000000000048afff556082f2f681240d58bfbe3331e6e7337b8b6981 2,307 1.00/1.00 vMB 126
497,850 497,850 0000000000000000009b8b330c0b52f244f43af9bf629e27925208c4c8c7e38c 2,216 1.00/1.00 vMB 127
497,849 497,849 00000000000000000000c81d64ddbe67cdaee546bc2304bd606b075a1d2a0c86 2,843 1.00/1.00 vMB 96
497,848 497,848 00000000000000000002f3942c5b29e0fd9d7d6684a6018cb426ae3425d6e05a 2,433 1.00/1.00 vMB 99
497,847 497,847 00000000000000000050b23fc1d75f7188f091324012a7fa98695ff94e0e3cfb 1 0.00/1.00 vMB 0
497,846 497,846 000000000000000000c0345d2c2a34beb044358e042d42348c3e0644dac80bb2 2,720 1.00/1.00 vMB 126
497,845 497,845 0000000000000000009b7565a051d33bd4e32c95ec93d537828e3446ca0cc0b9 3,051 1.00/1.00 vMB 146
497,844 497,844 00000000000000000041fba6abbf15659b1dc3a23fa8353ac3fc49ac27c0ae8c 2,350 1.00/1.00 vMB 146
497,843 497,843 00000000000000000088cd14bb3463994c6411fa36e80034c9b1a582f2f35739 1,893 1.00/1.00 vMB 148
497,842 497,842 000000000000000000053732fceaf00c4e1d0fe4c314b8405bbf947a805195ec 1,999 1.00/1.00 vMB 153
497,841 497,841 00000000000000000047e120c597209b09d794b3a5547ff7956d784fceeec2f4 2,849 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.