Loading Tool

Explorer IconExplorer

Memory Pool

79,484 transactions
29.52 vMB
0.09248012 BTC
Random Selection Loading Transactions
Max Size: 178.59/200 MB

Candidate Block

Mining Attempt e51466038c89608f146a339eb13a5b8c369413f26beb0fc72f420f2f2b737890
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 5f5d835c4685a1d715dab3f5d85bbbb99036ac8a2b2491b0621557b7b4c4db7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03046399 BTC
Feerates: 301.60 > 3.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (137,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,844 777,844 00000000000000000002d52fc02e0c9c63b7e2a2eaa055f0ff24c571d82c98f7 3,089 1.00/1.00 vMB 24
777,843 777,843 000000000000000000033e5512f3b19c8d7aa2a2706fc6e749c10d116a6c7663 2,923 1.00/1.00 vMB 16
777,842 777,842 000000000000000000002e5e3f0c8d6e26519db9d140580980f158eccb45e070 2,837 1.00/1.00 vMB 17
777,841 777,841 0000000000000000000723315a7ce553709e8e818403451d1969fa8116f7a1ce 2,171 1.00/1.00 vMB 13
777,840 777,840 000000000000000000006fd338d8008e26ac52e7e83142282924a264fdd7e1e8 2,837 1.00/1.00 vMB 17
777,839 777,839 00000000000000000005c322d4f83f154e2b56b9efe635f48fd69aabf0c9492c 3,618 1.00/1.00 vMB 24
777,838 777,838 000000000000000000018bfcc06b79c3dd2f47fcda94436348d9e3d02a3a9cb7 2,718 1.00/1.00 vMB 17
777,837 777,837 00000000000000000002ebf79ef92ce60690bacfcd9b04fb1b878902697182e2 3,210 1.00/1.00 vMB 17
777,836 777,836 00000000000000000002775e5e80c4d0f756243f4b74f5745a3ea95debba6490 2,706 1.00/1.00 vMB 24
777,835 777,835 0000000000000000000043f4b23916d756b9997d8f25800dba9d9c780b8e5130 3,127 1.00/1.00 vMB 33
777,834 777,834 00000000000000000004c4955d73ca165ae1749b9940d696252a4f15039a0b38 1,812 1.00/1.00 vMB 8
777,833 777,833 00000000000000000000780423b14b7509995ba02ecbec60266b99f99f345871 1,420 1.00/1.00 vMB 7
777,832 777,832 00000000000000000005f2c3357dd10af2f7784930259c9acd3ecc819ab8316e 1,836 1.00/1.00 vMB 5
777,831 777,831 00000000000000000000a2d600c285bbfc26ead88dce00f93592c84d732b13f2 3,230 1.00/1.00 vMB 18
777,830 777,830 00000000000000000000697c30463442c8c6ec157057a1a8eb944c6a0f285b6a 3,095 1.00/1.00 vMB 14
777,829 777,829 000000000000000000069de5c603baec1b2a44ed4249a34948ad1240597dae29 2,603 1.00/1.00 vMB 16
777,828 777,828 0000000000000000000296e360bd1675ec11f43cfa28268372f2ce34c9048c8c 1,787 1.00/1.00 vMB 19
777,827 777,827 00000000000000000002f53c27503dbaace16c167b50de8cd51415adbb04790a 2,150 1.00/1.00 vMB 20
777,826 777,826 000000000000000000042308e54e1eac30b07c339d9f43f3fd761c0b9bf66590 1,173 1.00/1.00 vMB 6
777,825 777,825 0000000000000000000280f8296054b3f7373a8df8bfecdc84e1bf1204b7f690 2,697 1.00/1.00 vMB 7
777,824 777,824 000000000000000000030db1ecbb825e0319f0858cd7ba4bdf49f16e764764c8 2,340 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.