Loading Tool

Explorer IconExplorer

Memory Pool

82,769 transactions
30.25 vMB
0.09871813 BTC
Random Selection Loading Transactions
Max Size: 183.45/200 MB

Candidate Block

Mining Attempt 3e0fe28712dc7a1815157c3ee9ffe2465c1e9f8ffe2933cbb43254498a715c92
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root f8b2b3090f20d1492cb50d222e9046562ef86b549a18bf0d87ce22536a0c6c64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,645
Size: 1.00 vMB
Total Fees: 0.02710468 BTC
Feerates: 521.84 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (362,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,951 552,951 0000000000000000002610000e8b187c0ab07a337fafda61635ab3527b1fcc2c 2,453 1.00/1.00 vMB 6
552,950 552,950 0000000000000000001929213b6404b67636894cbf1bdda29a5e5c0b4d547057 2,208 1.00/1.00 vMB 5
552,949 552,949 0000000000000000002767f399d6f8e5bb009a42807f52595fb1d4f040b255d7 3,138 1.00/1.00 vMB 29
552,948 552,948 0000000000000000001b19f17d09ea5ef5f5098eddb71e921b73de00705fc918 2,404 1.00/1.00 vMB 5
552,947 552,947 0000000000000000001bcd09a93839902281ffac464478a55d83584661f3556f 3,132 1.00/1.00 vMB 30
552,946 552,946 00000000000000000017453b09b6c97186a4dfe5f3080ee5e6cd3e8e1d1fc3ea 2,871 1.00/1.00 vMB 12
552,945 552,945 0000000000000000002360882dfaf846ed9fad1bb7e511769eab41bcababa53b 3,085 1.00/1.00 vMB 24
552,944 552,944 0000000000000000002f889fef241f37ef851de928eaaac0059cb3efb1e4131e 2,937 1.00/1.00 vMB 29
552,943 552,943 00000000000000000027f31863c27eac5eba50a6064fc86aa175e4d40ca2c134 1,886 1.00/1.00 vMB 46
552,942 552,942 000000000000000000004be639a78de7fc9c83603ff69f4ca0fb3e5566a7a9e4 1,528 1.00/1.00 vMB 11
552,941 552,941 0000000000000000000adcf8facb87490a1a5587b1035504c6fbc67208730af6 1,238 1.00/1.00 vMB 13
552,940 552,940 00000000000000000008e73837c84a784c3aef275d7630aafbb4397e42c0e2bd 2,126 1.00/1.00 vMB 9
552,939 552,939 00000000000000000020b3418b7d95c05b17ccb6f298c65ba0677a47be886eeb 3,066 1.00/1.00 vMB 35
552,938 552,938 00000000000000000003ddf866d1b5cc5d831f994a2dce0b7c6b08b06f0fb8d9 1,143 1.00/1.00 vMB 11
552,937 552,937 000000000000000000226a8ba7b4cf78fd42dbe2bb4c46464f333a4a9a5178d2 2,590 1.00/1.00 vMB 17
552,936 552,936 00000000000000000026cdb6403ccf715cc23113e2327f7da2ea744e143331c7 2,618 1.00/1.00 vMB 32
552,935 552,935 000000000000000000133db99e5f95db01b597bf59bcd6c3f4340c6101156a19 2,851 1.00/1.00 vMB 50
552,934 552,934 000000000000000000238503c7257da249e93361adc24c81c784b0bd14c83c5d 1,735 1.00/1.00 vMB 20
552,933 552,933 0000000000000000000b47d8eff9fd6eb358732adaadde0052bbfd74623308b7 2,263 1.00/1.00 vMB 21
552,932 552,932 0000000000000000000c6e0c753347fd4d71f1fd6cd55f461bbfccd6886f36a3 2,976 1.00/1.00 vMB 12
552,931 552,931 0000000000000000001e9f559a4794ba476b81df52baf014eeb1387730872705 1,371 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.60 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: 671.81 GB
    • Received: 16.02 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.