Loading Tool

Explorer IconExplorer

Memory Pool

64,133 transactions
19.02 vMB
0.05591176 BTC
Random Selection Loading Transactions
Max Size: 122.45/200 MB

Candidate Block

Mining Attempt 33a4decc8da17a9b7704da5e251918cc1f1c90f2da9d22029faa0d26cf0719fa
Version 20000000
Previous Block 00000000000000000000599244c598d8e7814467d2c1c0d218a09e760d5f41c7
Merkle Root 638b6d3fd680162e59d980682b816ad2ad31e5b4668989ce88d4c961de964e70
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,724
Size: 1.00 vMB
Total Fees: 0.01296477 BTC
Feerates: 151.16 > 1.30 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,781 (791,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,253 124,253 00000000000050253f965089773de2d97f091e682e0410faeb7f02010a0f4a1f 15 0.01/1.00 vMB 1,229
124,252 124,252 0000000000004326e6f48f0b0c7a8c54fd15d3e836cdc2fd7bf504671d5c3cea 15 0.01/1.00 vMB 1,100
124,251 124,251 00000000000005a359877fac7905b934a3e57ecf5ab9b4fa5f5b30f8129914d6 11 0.00/1.00 vMB 0
124,250 124,250 00000000000012b304bce417923e01b1201c9e81865bbfb1e504c15617928e44 13 0.01/1.00 vMB 1,182
124,249 124,249 00000000000035bde33dae4ff2c513bb6db188da0e41d818ce9361cd716df8ed 6 0.00/1.00 vMB 0
124,248 124,248 00000000000040fc131eebe8e281d02d5b06956cc4fa0bbef44c08e7414e82b5 5 0.00/1.00 vMB 0
124,247 124,247 000000000000136d404d5314c3cc3645df7d41b8ca7f5cd778aef2ce7d3d47d7 22 0.01/1.00 vMB 926
124,246 124,246 0000000000004223277a86186c4d11674d7d8fa9c9aeb042b69c44ec251626b1 14 0.01/1.00 vMB 853
124,245 124,245 0000000000003959d7a5724db4bda1ceea48c0f8c2572e14231c28f2a9066a6b 10 0.00/1.00 vMB 626
124,244 124,244 00000000000044801bb229d3d84015198fd4db100305e6daee818e8b7d4c3734 27 0.01/1.00 vMB 0
124,243 124,243 00000000000067d325997ef9724abf79b448290e585f89eb065750128f051b43 7 0.00/1.00 vMB 0
124,242 124,242 0000000000003b5c2ea386bbe0eebb9f9f593360f772141b6677e1a017805a19 8 0.00/1.00 vMB 0
124,241 124,241 00000000000020cc0aee367e6aa40cd1f57c7e5df3c727d5665d7438f8fc3f4c 62 0.02/1.00 vMB 3,188
124,240 124,240 0000000000004f195890c3f0615f772c4d8aa526aea7d08b133779e6c89dcfb9 11 0.00/1.00 vMB 563
124,239 124,239 0000000000004e48908c343ae8ad27f5b7a72bc3149da7fee6f10516bed8100b 8 0.00/1.00 vMB 0
124,238 124,238 0000000000001b1651346104b0029fc21f7fa2683fb59d5dd435014fc76b4776 14 0.01/1.00 vMB 844
124,237 124,237 0000000000003711f07bf09d196f2444dddf4592ca4be87f86cd834224cca751 11 0.00/1.00 vMB 0
124,236 124,236 00000000000033f1fd4f32169c2e4fc36db79e4640ca5a5758244df35b4eaa9f 11 0.00/1.00 vMB 597
124,235 124,235 000000000000203aea909bd2682ebb3d6e2b9ba908d0efce7f3c3dda471bcdf7 16 0.01/1.00 vMB 520
124,234 124,234 0000000000000c29779415954972dfdeeac1e575eb0a90492dd8465a481ec737 9 0.02/1.00 vMB 6
124,233 124,233 00000000000038412ba6f0e83e51a90dd9613ace9419169b2f7dbdcab6ebe5f1 13 0.01/1.00 vMB 852
Previous 10 blocks ↓
Total Size: 783.73 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: 783.42 GB
    • Received: 21.41 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.