Loading Tool

Explorer IconExplorer

Memory Pool

81,011 transactions
23.04 vMB
0.09269385 BTC
Random Selection Loading Transactions
Max Size: 148.87/200 MB

Candidate Block

Mining Attempt f93e4aa8c15a86defb688aec0d9ca7951d24bb9687cc71008d9d0c71402bd1af
Version 20000000
Previous Block 00000000000000000001c455a6598eaa427022b2c29c7bb9d732c26ffcb96120
Merkle Root 5a7c86731b749c696039b5caa2490ef8884989d5a39df2978f80c440a53aefe5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,493
Size: 1.00 vMB
Total Fees: 0.02943208 BTC
Feerates: 301.57 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,024 (868,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,398 47,398 000000001e19df78c6376f44b30c63773de4a16e68829b5545d60ec44163456a 1 0.00/1.00 vMB 0
47,397 47,397 0000000032420162f2ba1752c7f0e9458e5bb60b8c4a2c4e941e75ef356b35c4 1 0.00/1.00 vMB 0
47,396 47,396 000000001b2555bf3341263ad8f2de7d508b122f785966ca881d9ab56c9ce459 1 0.00/1.00 vMB 0
47,395 47,395 0000000015275cf22b15f34473d9bf005ce16ad35d32317536bc2bda807cb216 1 0.00/1.00 vMB 0
47,394 47,394 0000000032033e0f63a34c4a7413fb79f4ae8117a409e38a8c880ccf74e1b01c 1 0.00/1.00 vMB 0
47,393 47,393 000000000536ddbaf584ebb29db9f5b206eaf1fbd1681167f093c3e1a4ec997f 1 0.00/1.00 vMB 0
47,392 47,392 0000000036307abac2f9ffebd4d413bf0d0654c7c86d78fe1fab524fd720c9ad 1 0.00/1.00 vMB 0
47,391 47,391 000000003121980e0534c6db92f31fd4af619a4235ca74fc0fe9c9d623086149 1 0.00/1.00 vMB 0
47,390 47,390 0000000004c44004dbd2044af81752cda98d1366d8c0bc7ca2fcd034686565b5 1 0.00/1.00 vMB 0
47,389 47,389 000000002bd1a5a014ff5ee5cc15483dc2d4968d54a219a604c9f3744f9504c2 1 0.00/1.00 vMB 0
47,388 47,388 00000000209f04405fd5096edf86633954b1d7618f78b355af9c21dae9471cc6 1 0.00/1.00 vMB 0
47,387 47,387 0000000034728d42c94b17f1f6c0b8a907c09d6a288c1ca6742894363ddd0806 1 0.00/1.00 vMB 0
47,386 47,386 000000002e573995f4b81677d7e74521988665704b694e70707c4e8c5800c488 1 0.00/1.00 vMB 0
47,385 47,385 000000000a7782104aff85cb2b8f5c4b18aadcef92b69b88ab819bbdb69c0f15 1 0.00/1.00 vMB 0
47,384 47,384 00000000055986b4fd0678be13b513edd5cfaac498f89cb7d248a0bd2f1e06cd 1 0.00/1.00 vMB 0
47,383 47,383 000000000fbc3061cea42c37f5bc48f204dae2555851a73cf1d7581f07b5e631 1 0.00/1.00 vMB 0
47,382 47,382 0000000001bbd54637d4e42e56149846f69dd457894c87f79212a7c756704064 1 0.00/1.00 vMB 0
47,381 47,381 00000000154ee4c52d9ca237487987c9649195722f06c7ddc085a49982c232a4 1 0.00/1.00 vMB 0
47,380 47,380 0000000015fe9f7222642b6881431b3ccd25750d4b0dcf47715099e0c5587b0e 1 0.00/1.00 vMB 0
47,379 47,379 0000000015364cac0aff304224ebb6369a26796e061f0985bee6066ae002454b 1 0.00/1.00 vMB 0
47,378 47,378 000000001294a268ccf413b3f4dca244dcc1d5541ff51bf96e02447e79caebd9 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.16 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: 810.92 GB
    • Received: 23.48 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.