Loading Tool

Explorer IconExplorer

Memory Pool

46,402 transactions
28.99 vMB
0.09539379 BTC
Random Selection Loading Transactions
Max Size: 154.05/200 MB

Candidate Block

Mining Attempt 477dcf29e47af11d3180d1f800cb744a136ecde96bdea8c6726e2f577aa71ce1
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 44b353b54b8838c3f74f5af01c8dfb2625aa6adb26e1a99b602e359385055a2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,169
Size: 1.00 vMB
Total Fees: 0.03875657 BTC
Feerates: 150.92 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (158,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,941 755,941 000000000000000000024ad068c5e1f38129ceb40d023a8da3642df0cb9c919c 1,488 1.00/1.00 vMB 11
755,940 755,940 0000000000000000000743f110770767105cbd73eefbbe339606f3aa42760b06 1,183 1.00/1.00 vMB 16
755,939 755,939 000000000000000000000286cbd921a54936827080c4893cb3f5d3a92f42bd86 1 0.00/1.00 vMB 0
755,938 755,938 00000000000000000007514a3926ba4c1efacdc6534c7e1d65114beb6eb8a9fb 2,027 1.00/1.00 vMB 12
755,937 755,937 00000000000000000004f3a1da831129828d6833d816e8e97b3ed18ccf7c3639 1,266 1.00/1.00 vMB 11
755,936 755,936 0000000000000000000535d70cba5e3536aff40dd1dc0f5bbac0184cbd422da4 1,958 1.00/1.00 vMB 20
755,935 755,935 000000000000000000078ce62aaa6c35f1a8d8d1ea77073a44c82c2fd0cb424e 2,746 1.00/1.00 vMB 17
755,934 755,934 0000000000000000000590d1311b3f6b93a1a99a97e705d9034e05a08b191c98 2,752 1.00/1.00 vMB 12
755,933 755,933 000000000000000000001ba23b3ee0a27654dc20a669461037d9353aa9161e90 2,392 1.00/1.00 vMB 11
755,932 755,932 00000000000000000005b3f7cee539310841fdec33782a11a6924548c1a12d58 1,882 1.00/1.00 vMB 10
755,931 755,931 00000000000000000007c973112d7d99557be08dd5657485ffcf558409a8ac0a 568 1.00/1.00 vMB 10
755,930 755,930 00000000000000000006d8bf1fb075d951ce4a10dd998bb3e38cfa5899c559b1 3,062 1.00/1.00 vMB 11
755,929 755,929 00000000000000000008097707c6a6ed555253597117929060fedc4c980d55a0 3,503 1.00/1.00 vMB 17
755,928 755,928 00000000000000000008c00500a219a122a4a66193c16c9064537eba7093657d 3,141 1.00/1.00 vMB 25
755,927 755,927 0000000000000000000364f27650d58f4bf3640c4f1c7220c71ae53a2f8a0d67 2,174 1.00/1.00 vMB 15
755,926 755,926 000000000000000000076f9c6ef3680dbb8ead1b16914ed13b4e3f2ffe27f962 3,156 1.00/1.00 vMB 19
755,925 755,925 0000000000000000000248474dd3dcc4fcccba7f65ff1c4272e34f313bd52291 2,688 1.00/1.00 vMB 13
755,924 755,924 0000000000000000000180514758c2bf19e8537b8f95c7a1eb745c37974a3685 2,825 1.00/1.00 vMB 20
755,923 755,923 000000000000000000062ad6cf7a1b1a9a0da2ba79a12d019b83d9ca7000ed31 2,046 1.00/1.00 vMB 14
755,922 755,922 0000000000000000000871b564f02775071314bfbe0cc72609d3e6819666045c 3,328 1.00/1.00 vMB 21
755,921 755,921 00000000000000000003c8521b0f09e3561a6a1c49327f425845c0924248a4c2 2,130 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.05 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: 650.95 GB
    • Received: 13.37 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.