Loading Tool

Explorer IconExplorer

Memory Pool

85,698 transactions
31.95 vMB
0.20996396 BTC
Random Selection Loading Transactions
Max Size: 191.09/200 MB

Candidate Block

Mining Attempt 319ec726b2473fa1d7812d33e2af5fe2cf9918c5174d690edf3915c6957569d1
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root c75c4626ec21c390bcd9320a0886fe7965f049155b9829149c500f902c58aa61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,886
Size: 1.00 vMB
Total Fees: 0.09484486 BTC
Feerates: 529.10 > 9.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (551,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,397 363,397 000000000000000000cd7f0ac2fc1e9fa1fa0bf5327366387e1ea5bab2772169 411 0.25/1.00 vMB 23
363,396 363,396 0000000000000000141dccaf26a617ea0033d7dd21e7bd8a0bdea8a8d8b5ced5 963 0.57/1.00 vMB 10
363,395 363,395 000000000000000001d4789168c8d5a0f0f754e66ddd0138ffcac79624b8494f 1,443 0.77/1.00 vMB 29
363,394 363,394 000000000000000010ca5d88a28441b98a10a10817de0dc2b13cfe3bfe66159b 674 0.75/1.00 vMB 11
363,393 363,393 00000000000000000fea7ab91f043bee793a7ca19e6e9546aeb5f3e1b3d0b1e4 1,870 0.93/1.00 vMB 33
363,392 363,392 000000000000000015605fc3f54d01687fa10f9f02465500bc466ec393576e15 695 0.75/1.00 vMB 14
363,391 363,391 0000000000000000054c918deb78456d4819b1d1e47e9727d0ee0b72e978c6ec 2,089 0.75/1.00 vMB 55
363,390 363,390 00000000000000000b86bc379ef1856e0eb60702da815d49ba55083fe8870aa8 840 0.93/1.00 vMB 7
363,389 363,389 00000000000000000117da58fcffb43799d621a8879c19e03d070ed4b1f7f4f3 1,302 0.93/1.00 vMB 17
363,388 363,388 0000000000000000036afb7c8a0d1504dfaada6386a2ea883bdd624d676cf914 2,526 0.93/1.00 vMB 45
363,387 363,387 00000000000000000ced962bcdcdab54e528086e2814996922ce85fb39f68028 703 0.75/1.00 vMB 17
363,386 363,386 000000000000000013226696469a6092260b25984f86afa3b07a75010ec4d3ac 1,913 1.00/1.00 vMB 29
363,385 363,385 000000000000000010b2d2d082a959446328d429a44f716519ab40a024d4ab0d 3,044 0.95/1.00 vMB 55
363,384 363,384 000000000000000013a3f14ca570747e100885a7d72af29be8c62621cf648014 1,618 0.75/1.00 vMB 34
363,383 363,383 0000000000000000039d4d07c110c1f1cd4ecd79ef325a800c4e92c128e2f57b 1,616 0.93/1.00 vMB 26
363,382 363,382 00000000000000000bbd9c79c86bdeef77a35a97391c6ea6c10263467a94fdb3 74 0.02/1.00 vMB 73
363,381 363,381 00000000000000000a87622aedff0e6fc4cb5164d1c0fa85036b2aba04a6b97f 572 0.75/1.00 vMB 15
363,380 363,380 00000000000000000f6e36086a4b10c9453084b5c10be5f3d7a7ee67b22374d1 1,805 0.75/1.00 vMB 36
363,379 363,379 0000000000000000119a70909f5fdc7d4efa057443b8dcf4a89836cf098f3e98 499 0.13/1.00 vMB 66
363,378 363,378 0000000000000000128d7f6b3c578b907fe1151cdf978c258c907bc404b7f68b 1,094 0.75/1.00 vMB 24
363,377 363,377 0000000000000000158fc9ef93b5f20e480bbcda97898428ec8148c676f87f80 1,445 0.75/1.00 vMB 36
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.70 GB
    • Received: 16.31 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.