Loading Tool

Explorer IconExplorer

Memory Pool

76,422 transactions
28.87 vMB
0.07329975 BTC
Random Selection Loading Transactions
Max Size: 176.47/200 MB

Candidate Block

Mining Attempt fc9fd25cd98ea67b980c96e6af2ad87ceddf7fa30d9af0219b17716e190658b6
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 2d69cb747d7ec6b3cf8e7a72eac42263ab3c9d0a605fef2e232de82f87b8e7ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,227
Size: 1.00 vMB
Total Fees: 0.01015625 BTC
Feerates: 104.17 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (18,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,099 897,099 0000000000000000000185bdc0e464a9bba46d4d70d459f5f127750d0fa072d9 2,378 1.00/1.00 vMB 3
897,098 897,098 00000000000000000000b05267f34762f3250364a0b333ceb94f31e7638fdbe5 2,065 1.00/1.00 vMB 2
897,097 897,097 00000000000000000000e74de0f1e64e507dde964b6bc007ee09f3fe3f9b9738 2,482 1.00/1.00 vMB 3
897,096 897,096 00000000000000000000b3848173cfbd3fc5f7bd617d51a4d719c60709e891fe 4,833 1.00/1.00 vMB 1
897,095 897,095 00000000000000000001c4dd48d72b597870f5240a7ee56f89a594c4646c9213 2,823 1.00/1.00 vMB 3
897,094 897,094 00000000000000000000322bd9d9056909e83c082ed4cce2c029f2bceab8f9af 1,603 1.00/1.00 vMB 5
897,093 897,093 00000000000000000001e8bb096a7a0e8dcdba91d9ac8a91e1727c0accef6881 1,192 1.00/1.00 vMB 3
897,092 897,092 00000000000000000001207d89793454d571f20930abf96962e7880740b535d9 980 1.00/1.00 vMB 3
897,091 897,091 00000000000000000001b305e9028fc90a63f7720f09386977eca48c073cfd16 840 1.00/1.00 vMB 2
897,090 897,090 0000000000000000000061d167a548dfaec3c45d6d07d8b8de8c5ad3c14bab2c 2,989 1.00/1.00 vMB 4
897,089 897,089 0000000000000000000198bec2cc9febe8269395e4681c9d5a75695c154ac113 2,984 1.00/1.00 vMB 8
897,088 897,088 00000000000000000001580b642688c300bb50165699cc12a1b4bf5796227d30 1,069 1.00/1.00 vMB 4
897,087 897,087 000000000000000000001f48218158503d18988f93494a088f0f3fe3015669e2 2,008 1.00/1.00 vMB 6
897,086 897,086 00000000000000000000ca9a353cf2402066012e2c291ae24c14da0f38138e0c 3,078 1.00/1.00 vMB 9
897,085 897,085 00000000000000000000caf87490d7a081221818eaa673a607758a76d96c7c75 4,215 1.00/1.00 vMB 10
897,084 897,084 00000000000000000001ef0f76eeceb4653a01947076bc5e0f2b3ae3ba516435 3,524 1.00/1.00 vMB 9
897,083 897,083 00000000000000000000460eba2450252c0426025479f1d259167a3ddca348a3 3,437 1.00/1.00 vMB 20
897,082 897,082 000000000000000000020f9acfbb94e5cbf159688372f9edd20c73c8cfbb0768 3,409 1.00/1.00 vMB 9
897,081 897,081 00000000000000000001c85f89d60327c95d1ed63394a0c4cd2f76b3c6c23777 2,300 1.00/1.00 vMB 7
897,080 897,080 0000000000000000000125a38d41cc0892169140bcc4b0c0504e9eef72a1279f 2,427 1.00/1.00 vMB 2
897,079 897,079 000000000000000000013242c2e8d92aa77029586bfcbc9d948d1b53715f011d 919 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.82 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: 710.58 GB
    • Received: 17.08 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.