Loading Tool

Explorer IconExplorer

Memory Pool

89,813 transactions
33.20 vMB
0.15277709 BTC
Random Selection Loading Transactions
Max Size: 199.91/200 MB

Candidate Block

Mining Attempt 361a9669865dfea13d0c5547040df1ea94b2e24ca21aef84d2bd9da5dad5779c
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root fca11fd415f2a599687597dc8729304d71fd24887b2515497e8b0f7d5a6e7972
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,886
Size: 1.00 vMB
Total Fees: 0.05929551 BTC
Feerates: 627.82 > 5.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (72,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,192 842,192 0000000000000000000186d876cdd30e3c127328cc075daf0ccc81c661d6e19d 5,039 1.00/1.00 vMB 44
842,191 842,191 00000000000000000000d1e9323bb828c8d295a9b644759b754fa41b922b5d9e 4,536 1.00/1.00 vMB 72
842,190 842,190 000000000000000000003a7e47a06d681fd622ecc97fd1c3288b5d9951ec4ebc 4,088 1.00/1.00 vMB 44
842,189 842,189 0000000000000000000008c85653b32ae44ceae22edb70b7700382c02da13cda 4,175 1.00/1.00 vMB 73
842,188 842,188 00000000000000000000d2baadd09f9d1dafdc2985cd80b2a0616b706fc57558 4,138 1.00/1.00 vMB 102
842,187 842,187 00000000000000000002be41ebd1a1f0e846c1e94aabcf7b3a5701692a74ff95 5,351 1.00/1.00 vMB 120
842,186 842,186 000000000000000000029ce6fc2f7eaa66ecf61d6a6b3818fe7fbb61caeeab33 4,411 1.00/1.00 vMB 175
842,185 842,185 000000000000000000003bb79e0654139b4dacec562b23fe966e4caca0038d1a 4,348 1.00/1.00 vMB 249
842,184 842,184 00000000000000000000eeafdeba802c5e234ed8f0f7fc6848dddaa457ca167d 5,506 1.00/1.00 vMB 297
842,183 842,183 00000000000000000001130c227aae25f2d2977c261e4831b47784e67a236116 6,388 1.00/1.00 vMB 290
842,182 842,182 0000000000000000000293cf8c466aa5be1c370b06cae5d465c46590ac241ef5 6,683 1.00/1.00 vMB 335
842,181 842,181 00000000000000000000c30e4fcd43e11c593ea6d09b43ac6175ec9b5b30b350 6,790 1.00/1.00 vMB 328
842,180 842,180 000000000000000000011e2b78bb6222b3f961a2b10f430ed1c6f71236d99b91 6,281 1.00/1.00 vMB 305
842,179 842,179 000000000000000000002300e39625a7aa47c62a9e203fc4fb197e93ee63d175 6,043 1.00/1.00 vMB 373
842,178 842,178 00000000000000000002e70653b4e7a183127b8a194e29e0ec62599aee4168f1 5,960 1.00/1.00 vMB 426
842,177 842,177 00000000000000000003016ccf413e25710a5a42c4bc823a08b06a87f1384b80 5,901 1.00/1.00 vMB 487
842,176 842,176 0000000000000000000235f22b29e0a4576e7fbb87bf9af3be9fdcbbe8264da6 5,824 1.00/1.00 vMB 559
842,175 842,175 00000000000000000000e1259b9592acc36862386875a6274f40006a7ea668a0 6,220 1.00/1.00 vMB 490
842,174 842,174 000000000000000000012293387c908d5de20cb1ba5ae9eae4b01fc91302c879 6,756 1.00/1.00 vMB 390
842,173 842,173 000000000000000000026e4c77268b8a188a968e724c70eb50cf5c8274e97ce4 6,319 1.00/1.00 vMB 410
842,172 842,172 00000000000000000002468ec060c30f2873f7fbc46001e6e834e6bf284fdc8f 6,734 1.00/1.00 vMB 278
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.62 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.