Loading Tool

Explorer IconExplorer

Memory Pool

84,017 transactions
31.15 vMB
0.09901754 BTC
Random Selection Loading Transactions
Max Size: 187.89/200 MB

Candidate Block

Mining Attempt b146ee48e3b6df1cf1d4fdca3f505b6706bb5dab001791c1a9eb9fb015880fa3
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 4b7017a1ce084cf9ed1662377b633fc5e0c3d150a529bbf967b39f8b537aedd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,206
Size: 1.00 vMB
Total Fees: 0.02943618 BTC
Feerates: 120.18 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (147,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,265 767,265 00000000000000000003e06dd5249df840a17d14703a6323ee20ace54e747ca9 1,322 0.47/1.00 vMB 9
767,264 767,264 000000000000000000041de44fd2ff4513178551127b0e16496a409386dcee1a 924 0.34/1.00 vMB 6
767,263 767,263 0000000000000000000079a0e61f35bec39ebd8373ba1357f26672655c3a7ade 3,025 1.00/1.00 vMB 13
767,262 767,262 00000000000000000000e585d42670bb5c30f85a56f705eb0f02be0cb817602c 2,696 1.00/1.00 vMB 10
767,261 767,261 00000000000000000000b7e79faeea6336f78562bba382758810fe7d5762dd73 3,139 1.00/1.00 vMB 12
767,260 767,260 00000000000000000002a0e0494fcadd647676d44131868affec71d4a247595a 108 0.05/1.00 vMB 8
767,259 767,259 00000000000000000006ce2146c69739be01b8bbf3bbb825af970f22160d6452 797 0.62/1.00 vMB 4
767,258 767,258 00000000000000000005e733a34e7ede88ccc1887940db7df92ea952eefba380 2,906 1.00/1.00 vMB 11
767,257 767,257 00000000000000000007fcfe290c73c32c609afdf01bcc14a4316313cc418511 2,696 1.00/1.00 vMB 12
767,256 767,256 00000000000000000001ed19fa1edbc3adda149f5d140a8bd8303c0c3973b28e 2,003 0.76/1.00 vMB 4
767,255 767,255 0000000000000000000592d268d16d4fb2eac204cbe6f19fd7ed4b209e18bc4b 3,436 1.00/1.00 vMB 19
767,254 767,254 00000000000000000006b29d63d9f8a93a21b8a2854d7fbf3cd1c9be3fc7e154 1,890 0.65/1.00 vMB 11
767,253 767,253 000000000000000000007c71035744d65cbf9a0d9d1387c1399fe1613b7421a1 2,368 1.00/1.00 vMB 11
767,252 767,252 000000000000000000027f85c03607114c411eea48827e56b8b829ccc5faf3c8 1,127 0.84/1.00 vMB 6
767,251 767,251 0000000000000000000699cd3d089a7b79d528b6fbbea649733ee1f659e2c76e 912 1.00/1.00 vMB 9
767,250 767,250 000000000000000000044c776b362f68b0e645a1d7366e3b50a10a7809af50fc 2,267 1.00/1.00 vMB 5
767,249 767,249 000000000000000000031509b87e82e97a74d09c703ed21ee0a91fd90b5c6656 3,593 1.00/1.00 vMB 19
767,248 767,248 000000000000000000077ef30e05ae1f6e75a4d54221cc7c11511e464dbae56e 2,609 0.94/1.00 vMB 7
767,247 767,247 0000000000000000000700e84d1a80e529ad99558df16fec76711c9873fd1deb 3,446 1.00/1.00 vMB 17
767,246 767,246 000000000000000000072dfa3a7c7978c146e5facd7ad193c767d55a1b63fb16 1,425 0.88/1.00 vMB 6
767,245 767,245 000000000000000000062e878b4f23738b71e10d3a0ccc3a3506af211e8dc76e 1,892 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.35 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: 661.94 GB
    • Received: 14.83 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.