Loading Tool

Explorer IconExplorer

Memory Pool

81,959 transactions
31.04 vMB
0.11784432 BTC
Random Selection Loading Transactions
Max Size: 185.73/200 MB

Candidate Block

Mining Attempt b7682bebf24652609733b5688e93e6b0909e57794fcdd1e57b1546f0f288d573
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 4764de48be7c5fe1ca947c343a80079fd9708d9393acd953056da2d9c733219e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.03413558 BTC
Feerates: 101.42 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (483,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,275 431,275 0000000000000000026402536f0878b5097c3c23c9912c33013ca68c105cc695 2,444 1.00/1.00 vMB 70
431,274 431,274 00000000000000000146c1c667bac8086caddd8344c5e68a824f8a8c5ba36c6f 2,635 1.00/1.00 vMB 73
431,273 431,273 000000000000000001a24a01b67c7276c100349d02906f232be59fc8a8f77511 542 0.99/1.00 vMB 16
431,272 431,272 0000000000000000039cda7f8ff5298f93955d2ce0bf806878c9285e5ac44114 2,053 0.93/1.00 vMB 54
431,271 431,271 000000000000000000d0797dfda0a861518187f70a429c6c50481c7aaf76b28d 2,948 1.00/1.00 vMB 84
431,270 431,270 000000000000000002efa4da1e8866a21cedb37754d7116fda42f34e0e185023 620 0.26/1.00 vMB 74
431,269 431,269 000000000000000002cbbc23c4821f38a3d00931b3a9d2848384f2cbb4a9ea8c 356 0.13/1.00 vMB 73
431,268 431,268 000000000000000001c24af177d9a9a866d3734b71a49bc78122f6d9f5c40264 131 0.05/1.00 vMB 65
431,267 431,267 0000000000000000048aa6f001ec72ea50dd79f199fcae968af009c8ced20c3f 2,393 0.95/1.00 vMB 65
431,266 431,266 0000000000000000016b978793476a959f20e7f7e8167ad9287ce299ed0f85cc 442 0.17/1.00 vMB 68
431,265 431,265 000000000000000003c0a8a14132eeb4ff1a5456d330d47cef9944d3648448df 1,119 0.46/1.00 vMB 65
431,264 431,264 000000000000000003502dc86c620a83e82dd8056f2d54fabc1efad75c4715c1 349 0.18/1.00 vMB 58
431,263 431,263 0000000000000000037891b44a3d01b162a95d16d71fa401ebb291de38c4f278 69 0.03/1.00 vMB 87
431,262 431,262 000000000000000004191b1970b6a61fb6e5a9fec171165685881f461de8d3bb 1,403 0.99/1.00 vMB 35
431,261 431,261 000000000000000004a5abdc310c98a604f1c0871003351fd1b2e29a05b1205a 1,705 1.00/1.00 vMB 43
431,260 431,260 0000000000000000023bdee074537e4fb36a0e7fab5594f7f98649a8b06cdcbd 2,279 1.00/1.00 vMB 54
431,259 431,259 00000000000000000093c820f5415a9e7e1b879d8eb3e99ca2dcab7882a0df4c 2,351 0.75/1.00 vMB 88
431,258 431,258 000000000000000001a91745754e1d2a068f8e5e0c9610c896d86432a1fc75e6 2,017 1.00/1.00 vMB 55
431,257 431,257 0000000000000000020accdae7d4197f7c7ebcbbae48139c4dbc0ebd02b9ef53 5 0.00/1.00 vMB 716
431,256 431,256 000000000000000003518d783a41fdc703b5d49499514d1801edd9fd9e56a2b9 953 0.61/1.00 vMB 55
431,255 431,255 000000000000000002ee3435193630079348cbec9e166cc733bcadece3c7da0a 1,701 0.86/1.00 vMB 63
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.95 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.