Loading Tool

Explorer IconExplorer

Memory Pool

80,965 transactions
30.38 vMB
0.13183130 BTC
Random Selection Loading Transactions
Max Size: 181.87/200 MB

Candidate Block

Mining Attempt 8d8b9863b7cc04f3d32370eb10813438596a8c5cbd22c0f1d7c9eff4fbc7d4a1
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4b6efff9b4fecbfb10cb6c1601411c82969b03fb4d7c42c647bbe254ecd542cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,664
Size: 1.00 vMB
Total Fees: 0.05972721 BTC
Feerates: 150.86 > 5.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (424,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,500 490,500 000000000000000000cbd753d8bf3886bab265219c82e562c4e8502d0e79ce0e 2,958 1.00/1.00 vMB 126
490,499 490,499 0000000000000000008df268e12dc59c4cb0db2142b1021ca39e065b5f03d9c6 3,085 1.00/1.00 vMB 156
490,498 490,498 000000000000000000a2c31e0331ae64aa3d1bc940f80b67acff386ae4dba9ad 2,963 1.00/1.00 vMB 150
490,497 490,497 000000000000000000692f8137418458fff501c0c9bb7106a0f3146181bdab8b 2,647 1.00/1.00 vMB 180
490,496 490,496 0000000000000000009fc0b536feee70d4ca8ff135cf35648ce778b9ec10040d 2,592 1.00/1.00 vMB 217
490,495 490,495 00000000000000000032b00b27183c6dae908366848969372c0cd0092b468e47 2,988 0.92/1.00 vMB 150
490,494 490,494 000000000000000000a5d0cc21f4b906be36634b512d65713c5aa460bc2b586d 2,580 1.00/1.00 vMB 179
490,493 490,493 000000000000000000bb477088f9fdceb1b84543e1040644a3fc74cc532c64b2 2,246 1.00/1.00 vMB 156
490,492 490,492 000000000000000000e3ad5658ba6020566ea9ecd007084b5233d5e3fa66177b 2,525 1.00/1.00 vMB 201
490,491 490,491 000000000000000000ae181a22156ea0d78328c9a3f9343144625016d2e0d966 1,546 0.71/1.00 vMB 191
490,490 490,490 000000000000000000b115081f56822ce460d3fe4e909550d78bda58421fb8c4 1,808 1.00/1.00 vMB 165
490,489 490,489 0000000000000000006a040578e99a82f88f5877fffc9c32ac292fc6180e0e34 2,855 0.96/1.00 vMB 184
490,488 490,488 000000000000000000e6cb544dd8268deb2b863a59a5cd91893c18a7c6045ef4 2,041 1.00/1.00 vMB 225
490,487 490,487 0000000000000000009f33a51b7f1ea85278236e168aa2f12237a46d48bf4479 2,477 0.93/1.00 vMB 224
490,486 490,486 0000000000000000002d529a17d4a558d6987cbff508a372a8f0d3b01e28e64e 2,091 1.00/1.00 vMB 290
490,485 490,485 000000000000000000a68ed5fe627a97682caa6285b976dae318e3f11d13482d 2,018 1.00/1.00 vMB 155
490,484 490,484 00000000000000000019ee4ce0739327743cbcd99dc54a16961e4ab86d0f4229 2,815 1.00/1.00 vMB 229
490,483 490,483 000000000000000000895a0886493a7379d86849b4a004a1fd4bfefee1d772c1 2,522 1.00/1.00 vMB 149
490,482 490,482 000000000000000000c7624cce5846ef27b3831e3ce01732e83e6cb81c32d91f 2,510 1.00/1.00 vMB 163
490,481 490,481 000000000000000000dd03002443702029a30d39fae60a3d15ff044753a37ae7 2,518 1.00/1.00 vMB 178
490,480 490,480 0000000000000000004929521a793538cf6c279d726010c6e404430315099916 2,869 1.00/1.00 vMB 221
Previous 10 blocks ↓
Total Size: 782.57 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.24 GB
    • Received: 15.89 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.