Loading Tool

Explorer IconExplorer

Memory Pool

74,874 transactions
27.72 vMB
0.07054923 BTC
Random Selection Loading Transactions
Max Size: 168.81/200 MB

Candidate Block

Mining Attempt ade43ae9c0d18db3fc48195ba5d7d6a11352fd3c4f2a14d1eb04dd25c5370e6f
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 4249e81f621f4d9b0c643ed4da872ac7d499f1064c442c792431e18f86031b2c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,909
Size: 1.00 vMB
Total Fees: 0.01118744 BTC
Feerates: 180.82 > 1.12 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (3,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,762 911,762 00000000000000000001814c9dd53f7bf47e3fe2d5b7af7ba82a3dbc8653908c 4,967 1.00/1.00 vMB 0
911,761 911,761 00000000000000000000f09741b939053b51e8f47a5ec8f0a0efba8be2a80b34 3,318 1.00/1.00 vMB 3
911,760 911,760 000000000000000000004f570b807a4ec6a87b99f56ca211c9195dcfc9674aaa 84 0.02/1.00 vMB 2
911,759 911,759 00000000000000000001129f10ad49ab3338169e479f6fdb0acf31c464c4404f 4,359 1.00/1.00 vMB 1
911,758 911,758 00000000000000000001ce07071dd7512347a13c7b26ecb13eb33a6cdf89fb6c 2,511 0.80/1.00 vMB 3
911,757 911,757 00000000000000000001ab62fabfd4bfd4fefdb878ecec9a8d47d2356657669a 4,266 1.00/1.00 vMB 1
911,756 911,756 00000000000000000000ed3b55bb6b96aaa18fbc3159740a7f2abd6305b0daae 2,404 0.74/1.00 vMB 2
911,755 911,755 00000000000000000000d4eabbe5c1c7cb6187af0bf25201bf7fb37512acc94b 3,986 1.00/1.00 vMB 2
911,754 911,754 0000000000000000000090104142addfeef6d8093e43fd93fdae38bec9bd2fee 4,119 1.00/1.00 vMB 1
911,753 911,753 000000000000000000009248888b0f76de15b45db01a92673955d741a5cd92ee 3,305 1.00/1.00 vMB 2
911,752 911,752 000000000000000000012ff08ead244f4b019a29c957e7fc9792830e9d03bb26 3,193 1.00/1.00 vMB 3
911,751 911,751 00000000000000000001115bb57c61e7dd78dd2e67f4c8f9583fa938abb54b74 352 0.14/1.00 vMB 2
911,750 911,750 0000000000000000000145ed000acfc1aaf8ece24c6d134d287eca2c56db1b5d 4,154 1.00/1.00 vMB 0
911,749 911,749 000000000000000000018d0c7ee1ef450c489a0773684dc64bd4eb16242c9f41 4,119 1.00/1.00 vMB 0
911,748 911,748 0000000000000000000089327c04fff9f5ce615d4ebc270a0e8010ca5469d2fe 2,088 0.74/1.00 vMB 4
911,747 911,747 00000000000000000001170b9afc497795a158f56f3cbfdbdab82847231cd7c7 4,252 1.00/1.00 vMB 0
911,746 911,746 00000000000000000001bb4846c5009510d99f47dcadbad3b36bbd8dc607a65f 3,241 1.00/1.00 vMB 1
911,745 911,745 00000000000000000001b159a336f94b99d3fe2c8055eb3d61825439d8adb1ec 2,691 1.00/1.00 vMB 2
911,744 911,744 000000000000000000018293c0614a682c507a09595f8ec4d4af914053b5f02c 3,678 1.00/1.00 vMB 0
911,743 911,743 00000000000000000002068b631e264fed39200a99d962e892873c2e7e035410 3,077 1.00/1.00 vMB 3
911,742 911,742 000000000000000000013285f822945461e79cf993de531a3f6329bd06d49160 2,052 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.86 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.86 GB
    • Received: 17.24 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.