Loading Tool

Explorer IconExplorer

Memory Pool

79,536 transactions
29.41 vMB
0.10161865 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt 04c54ce602fe2ad8fed5207e1cb0cf4d251f3ab0294080dcd9b86f0ce0341c19
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 4881b5cb38c070ba428f8bfba97a5522bea2848fbf739e08b8298f11cb50ed92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.03836276 BTC
Feerates: 150.62 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (541,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,559 373,559 00000000000000000654cf5a3146b9d6101d9f3271037093ce7afcb0f3d39693 347 0.15/1.00 vMB 43
373,558 373,558 000000000000000005572e9d9b63b09a837fe0752e7359f7ff5cd7626e2f6cd8 736 0.89/1.00 vMB 12
373,557 373,557 0000000000000000027ff09a041d2a8fe62d381572e999348233bdbe99badd10 1 0.00/1.00 vMB 0
373,556 373,556 000000000000000004597274bfa93536f5a78534472e43b9e1e15e018a5d040e 535 0.28/1.00 vMB 40
373,555 373,555 0000000000000000024b89e509bcb1b4a107ad93eed420848da2f3262658988b 1,837 0.93/1.00 vMB 38
373,554 373,554 000000000000000004c0006f9fb16db6048f77ae487c2cae77fdc277743003c8 522 0.24/1.00 vMB 44
373,553 373,553 00000000000000000fe0fd204e18ab42e2c94948facb2414765271bf3d4da605 1,330 0.75/1.00 vMB 33
373,552 373,552 000000000000000009af01d04bb96919b9010b6a88995c91e7f4397e7aa72cc9 1,318 0.93/1.00 vMB 23
373,551 373,551 000000000000000005d128a94b3329906822ae4d30fb72e15c3d740fd852868e 1,786 0.95/1.00 vMB 38
373,550 373,550 0000000000000000064d74ee6ecb89c4e7c1cf0826a9d8d16371f9b29decacac 1,020 0.93/1.00 vMB 26
373,549 373,549 00000000000000000478b598efd120e5b48d52ecb62460868a2968d8365879d7 1,344 0.93/1.00 vMB 22
373,548 373,548 00000000000000000e4ccd4d75cc6aad3f9cb6c74f7fd9f0432a9d70fda191ef 2,203 1.00/1.00 vMB 44
373,547 373,547 0000000000000000133121c09dae87f78f6d30709ff18ed1895d3bda966ca257 2,381 0.75/1.00 vMB 63
373,546 373,546 00000000000000000a14ce7f0b63b7cbebf96f1899c3dde947e4ccd9341f121a 178 0.53/1.00 vMB 7
373,545 373,545 000000000000000010c5c83a77aea9da0a41d874f70cafc1aafba2e5dfda008e 300 0.90/1.00 vMB 6
373,544 373,544 0000000000000000124eb4338ad33babc9f14cc4dae4097d3b332dab10de4b88 320 0.18/1.00 vMB 30
373,543 373,543 000000000000000006c69b5f2dc35b3099c234b4bf88a7ba2a6b2d2d025df0d9 1,551 0.93/1.00 vMB 35
373,542 373,542 00000000000000001133b95ba3cdaad4b339d2271d5a1bddbc5ce9867953524f 700 0.74/1.00 vMB 21
373,541 373,541 00000000000000000812ab83f8f54c628b4f56c37a2a664a7fc8e2c8b621cdbc 391 0.97/1.00 vMB 7
373,540 373,540 00000000000000001128095b6496afa43899cdd96ce0f48e86cba74c17e8d825 1 0.00/1.00 vMB 0
373,539 373,539 00000000000000000e6b211af7a5477a100fece83993fb5fc5d86f2349f63c08 1,199 0.98/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.