Loading Tool

Explorer IconExplorer

Memory Pool

75,627 transactions
20.74 vMB
0.05669516 BTC
Random Selection Loading Transactions
Max Size: 138.94/200 MB

Candidate Block

Mining Attempt 9b3b61d8886608419c8a60549063e7136430229c1e4aaadd7c6cae0b838eaa1d
Version 20000000
Previous Block 00000000000000000001546a74334c799805556303073fa089be3b13a23cb081
Merkle Root bfcda6a4ed33dcf02ce6ae75faea50f5a906c904d3532b1e0ecfc0900059ec47
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,857
Size: 1.00 vMB
Total Fees: 0.01123246 BTC
Feerates: 159.01 > 1.13 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,006 (868,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
47,377 47,377 0000000001a5c0204469ded5aa287a2441a3ee2f439a3ac173364584bee80d08 1 0.00/1.00 vMB 0
47,376 47,376 0000000036044697aa83bce46f7872982704a154e0587568a43c879e04a9795d 1 0.00/1.00 vMB 0
47,375 47,375 000000002167ed6f00e69f5daf0af277a1402537d2a00791465270853b4911da 1 0.00/1.00 vMB 0
47,374 47,374 00000000208a7891ffe12caf1a3419e545cdbb9eff89ab516a94260252836ee5 1 0.00/1.00 vMB 0
47,373 47,373 000000001841500fc4ba243630f554fd0d56a4cfcf7e94c3f231b52817a195c0 1 0.00/1.00 vMB 0
47,372 47,372 000000002c0b5e02e58b7692db052c1e11827c13c86f97004f2dbf0e155fb194 1 0.00/1.00 vMB 0
47,371 47,371 000000000546113034c0aaeb2c7a98d9bc9d9a6b34a485c2c1ea7e79fc36e4b8 1 0.00/1.00 vMB 0
47,370 47,370 0000000016814b5799b4ea4c5d935ff68d64470dc287ca87bf3123610f4f3e75 1 0.00/1.00 vMB 0
47,369 47,369 0000000025927ae6d15389716c1f81e7845796fa54b71dc8066f804614ae8dad 1 0.00/1.00 vMB 0
47,368 47,368 0000000026a780f50def87ca4b9f1a7205b3bb6ac71c2c16801f204119895a5c 1 0.00/1.00 vMB 0
47,367 47,367 00000000044d2bd49b37ef9432581a3c222a43505ec71b61c4ca475a63a3ac6a 1 0.00/1.00 vMB 0
47,366 47,366 0000000021b3908610db7ff6f1b620f26d53ce9c47075f85d91a6baaa69e51aa 1 0.00/1.00 vMB 0
47,365 47,365 000000000e8ae295e5f7fa86c10cb1dcff99b270bb0467e1cc02c99b5db14774 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 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: 809.11 GB
    • Received: 23.29 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.