Loading Tool

Explorer IconExplorer

Memory Pool

81,395 transactions
30.79 vMB
0.11006830 BTC
Random Selection Loading Transactions
Max Size: 184.54/200 MB

Candidate Block

Mining Attempt ff31dcb882fba5746bb167a0f119de78cca3e22879981beb7e06cfd09e3b3ff5
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root f94beb09450efe3b05bc05b17b88d60a3d9ece3b5fb86ef6387f33ecc61ee5b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,209
Size: 1.00 vMB
Total Fees: 0.03042093 BTC
Feerates: 101.42 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (422,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,921 492,921 0000000000000000000ef5e7cd50b6020d4231bfcd08d0f7b1cd88d8105ca997 2,011 1.00/1.00 vMB 252
492,920 492,920 00000000000000000004df22cf03bb3de51c2061b6d3df12a1e1fdad97859c8e 2,081 0.94/1.00 vMB 249
492,919 492,919 00000000000000000018b557cc6784a196c48bb1a98ba3810df89be8224707c9 1,426 1.00/1.00 vMB 209
492,918 492,918 000000000000000000270336985e1cdd6b901ae4ea6d4ee1f34f225ab798a746 1,564 1.00/1.00 vMB 207
492,917 492,917 0000000000000000005c78827606eba4dc97b2319bc8ea2704ed4d2dee59814c 1,437 0.93/1.00 vMB 216
492,916 492,916 0000000000000000009a52df1850611df16348aa5a492a6f45acea7afffd98f9 2,100 1.00/1.00 vMB 243
492,915 492,915 000000000000000000842a255219c395aa1dcf7754445bb622e9dcab40f6f690 2,482 0.94/1.00 vMB 253
492,914 492,914 0000000000000000000f25010d363d884282a0d17190448018e3910004d57749 2,421 1.00/1.00 vMB 218
492,913 492,913 00000000000000000048e38ef72b5a2a50467692d5a7bd480ccddb48bb436ad5 2,648 0.95/1.00 vMB 261
492,912 492,912 0000000000000000002cd0a96f3dc699a7a778330b02694066a64355825d1d2d 1,576 1.00/1.00 vMB 220
492,911 492,911 000000000000000000921d4dcc69885f813d7481c10074dea3024e0d03e5ec1f 2,302 1.00/1.00 vMB 225
492,910 492,910 000000000000000000a6c104c8dd8096b4a794b75bf916b697e853b1383af972 1,931 1.00/1.00 vMB 241
492,909 492,909 0000000000000000003fb4382cd99534e5465684f68287c7913211bf6e5de649 2,271 1.00/1.00 vMB 197
492,908 492,908 0000000000000000005e2cc8094e42ceaacbae6a7372aa7a6c06bcac3afd1608 2,284 1.00/1.00 vMB 107
492,907 492,907 00000000000000000041998cc0ecbb8367d6d75a507f2d205f1378e50730b851 2,614 1.00/1.00 vMB 213
492,906 492,906 0000000000000000007674aef0235d4531bed3c3fc2034973450012dfb285244 2,541 1.00/1.00 vMB 210
492,905 492,905 0000000000000000000a6650aad6707b22cb98eda78b818027c0f82cf167dbba 2,469 1.00/1.00 vMB 227
492,904 492,904 000000000000000000150bed73998712c42b9f2bff5bfaa1aa457fb9566b14c5 1,939 1.00/1.00 vMB 135
492,903 492,903 00000000000000000071abf811c5e50d773ff43f8f7fca84ba9c97dc5d6ef658 1,906 1.00/1.00 vMB 151
492,902 492,902 00000000000000000024181ebb1258cfa98213269297d9850d67acbbb8f29ef9 2,542 1.00/1.00 vMB 223
492,901 492,901 00000000000000000076c0104c7c210a1338f1f38792503873064e2b4646fe3d 2,524 1.00/1.00 vMB 227
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.