Loading Tool

Explorer IconExplorer

Memory Pool

47,650 transactions
30.22 vMB
0.09652201 BTC
Random Selection Loading Transactions
Max Size: 160.96/200 MB

Candidate Block

Mining Attempt a7f8526b85b040fb6624bfe6e6f6321867eff29e440e86cffcda01e1d0d11228
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 8490149ee332c0810fa78cf1fd2d20b5a1f367e96ef53a06039ab1ca0ac49a98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.03581775 BTC
Feerates: 150.97 > 3.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (420,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,890 493,890 000000000000000000ac10dc6d6469d331ade9e3732006beca74ab9679a299ed 2,135 1.00/1.00 vMB 167
493,889 493,889 0000000000000000001b797a1e3ac6a3e90288b6195b6f066633c03ba23c6c25 2,342 0.98/1.00 vMB 108
493,888 493,888 000000000000000000624872a2330ad66cabf35a1d8b54c0f0b503a7bd974240 2,842 0.97/1.00 vMB 111
493,887 493,887 0000000000000000004ed06a2060331e3af02adf219b11a20b6cc2b32c3883a6 2,524 0.97/1.00 vMB 112
493,886 493,886 0000000000000000003e2d94672c7bcb900bd051c8111c613e3d6f747595552d 2,207 1.00/1.00 vMB 237
493,885 493,885 000000000000000000af2aa0527ad7b5fceec2dbf496668bd6b54b5dedf28705 2,469 1.00/1.00 vMB 138
493,884 493,884 0000000000000000004754fff524e835b26a95b692809f3c39c64ad6c815c155 2,985 1.00/1.00 vMB 100
493,883 493,883 0000000000000000003442532bc111b9990ebd5d3ec96a31f8d443926b5a1083 2,236 1.00/1.00 vMB 205
493,882 493,882 0000000000000000005e58e43bd87bab81d50ed538d1e241925c6205cabba211 2,177 1.00/1.00 vMB 233
493,881 493,881 00000000000000000059d71cb9c781910f0b8c6bb6717e366b4da94a48032a11 2,208 1.00/1.00 vMB 326
493,880 493,880 0000000000000000001e5b8538fcc4fb1540e522afb92dddc225b3cdafd7aac2 2,716 1.00/1.00 vMB 160
493,879 493,879 0000000000000000004af2aad9cb7be6de039cbd45d6e14c9fa649009839f3a1 2,024 1.00/1.00 vMB 168
493,878 493,878 0000000000000000007d8e6e7d351b23f9433ad2b187c56d43a59557fcdaf089 1,503 1.00/1.00 vMB 252
493,877 493,877 000000000000000000bbf4f99c030e6f8952a3057983c19a8572367334fc1a14 2,219 1.00/1.00 vMB 276
493,876 493,876 000000000000000000936c22e4e80b1fa96ae2f64913b6fefcea4d82dbc9f696 1,312 1.00/1.00 vMB 307
493,875 493,875 000000000000000000bf6d0c1ae842d014d58ade1fc3c299b081253461e1cc2e 993 0.97/1.00 vMB 308
493,874 493,874 00000000000000000092dd46a07ee17cc6db212db645ac5df138a47c38dd6e85 2,044 0.91/1.00 vMB 296
493,873 493,873 000000000000000000b7ee6b0ee35ee2e9a36db62b72be8db6cdf0c879e352ed 1,819 1.00/1.00 vMB 114
493,872 493,872 0000000000000000004218a3d35c665022bef24ce4743bb0cdcaaf311193123e 1,773 1.00/1.00 vMB 192
493,871 493,871 0000000000000000000fd4379317d939c905420c5ef833c94099e1d7a55663fd 2,214 1.00/1.00 vMB 267
493,870 493,870 00000000000000000026d35138785fed0f37915f057450a8039ac0e28c863dd4 2,253 1.00/1.00 vMB 309
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.