Loading Tool

Explorer IconExplorer

Memory Pool

82,350 transactions
30.35 vMB
0.08247753 BTC
Random Selection Loading Transactions
Max Size: 186.10/200 MB

Candidate Block

Mining Attempt 8005c8396eb3c0a023beef107d6d2421495e8cd7ec51ed9a3d502f4426dd41e3
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 56e3e5e44060523f26519d61ccfbdbb7f9668576a766007a851599e5f2ca3a4a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,852
Size: 1.00 vMB
Total Fees: 0.01477367 BTC
Feerates: 60.16 > 1.48 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (435,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,263 480,263 00000000000000000110c677a90ee90cb1a6bc3ec47a209f368897ed5cade7cd 2,037 1.00/1.00 vMB 29
480,262 480,262 00000000000000000020800eaa859c69b36eabbbefa73336777843997d8da448 2,249 1.00/1.00 vMB 46
480,261 480,261 000000000000000000b2c42c4541292193582732f720e09b6217ae0725336797 1,629 1.00/1.00 vMB 93
480,260 480,260 0000000000000000007c7871aae873443b1d51aeb5694149338c384786cfc2dd 2,134 1.00/1.00 vMB 119
480,259 480,259 00000000000000000084f11719382653181dc9876a8de326640664b390db4fb9 2,240 1.00/1.00 vMB 237
480,258 480,258 000000000000000000d10b0de59077b7ad1f4186a6f2996a53f88543e3cff303 2,285 1.00/1.00 vMB 195
480,257 480,257 0000000000000000003becdd0e1f11e2b478b72c248e4ddc6653aa434bbfd380 1,955 1.00/1.00 vMB 35
480,256 480,256 000000000000000000781ff26cfe1c73cee05c69f78e6f92d0b162897a13ab2f 2,120 1.00/1.00 vMB 170
480,255 480,255 0000000000000000003f2bc1655b777a212ea205f4392ae85cecb241be9784c9 2,174 1.00/1.00 vMB 76
480,254 480,254 0000000000000000001fe4178bc402dd7a5f7cd9b85c9ed2eeaec062d784ed65 1,872 1.00/1.00 vMB 116
480,253 480,253 0000000000000000005cb6e30b4318dddfebe9fccd39a03627969421e3be7f5c 1,924 1.00/1.00 vMB 110
480,252 480,252 0000000000000000012da77f1c467d18b3b79d701fcd997628f4df8f3c186aa7 2,189 1.00/1.00 vMB 157
480,251 480,251 000000000000000000ec4b1bdfe225891b52860c57c7b5cb25108788cd3a5259 1,936 1.00/1.00 vMB 206
480,250 480,250 000000000000000000c37bba8806314b9e3aa861f3d568e1894a89c8f3bf9004 2,237 1.00/1.00 vMB 120
480,249 480,249 00000000000000000071ae244b56c657084fcb82a2082b25b482dfc72cacc00c 2,289 1.00/1.00 vMB 185
480,248 480,248 000000000000000000ea17b88eeea5c654b0aedc70205b9bfc7d4d533c5f0315 1,912 1.00/1.00 vMB 105
480,247 480,247 000000000000000000cc7100fcaafd7a60583fa903e0e3a94b9de40ebbc7e375 2,696 1.00/1.00 vMB 147
480,246 480,246 0000000000000000009670504e84b672c7e32b47e3eded4c86b4c52e3db617ec 2,320 1.00/1.00 vMB 221
480,245 480,245 000000000000000000e36b2d835c25f95d555b531fde1769b6ac5119e1bbed5e 2,111 1.00/1.00 vMB 168
480,244 480,244 00000000000000000013f5e78070107db03aab86a90e6f3cc4d3c56cbd51b598 2,147 1.00/1.00 vMB 183
480,243 480,243 0000000000000000003af854bf7244dad540b138393e8acade212e459d244343 2,385 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.