Loading Tool

Explorer IconExplorer

Memory Pool

78,125 transactions
29.74 vMB
0.07917975 BTC
Random Selection Loading Transactions
Max Size: 178.10/200 MB

Candidate Block

Mining Attempt 8c58ea400376ac6d65c91cf356cdb946ac7f723680ec9b77ce2e5de328a0c43f
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 06a5c9552cca6582dd7ebdb2d7ce421cfc07276d9b32210d28791337adb81d97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,485
Size: 1.00 vMB
Total Fees: 0.01270815 BTC
Feerates: 40.21 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (492,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,466 422,466 0000000000000000003d1c68166f49164bf4cb850c7202f6de19caeb9ee12e1e 2,940 1.00/1.00 vMB 133
422,465 422,465 000000000000000001f4b430ab2215f9ccd8bd1aa9469cf123040c7cf4015a25 311 0.20/1.00 vMB 34
422,464 422,464 000000000000000001d5d58362cccd671218a32fd84d782b1477380bd7cf8586 2,209 1.00/1.00 vMB 54
422,463 422,463 000000000000000001518960c1ea2ce154b891171bc802c8c3f3c3f2edce5bd4 2,166 1.00/1.00 vMB 73
422,462 422,462 000000000000000002598de7ccdb13d45d8a53e52fc283af90b599a8914aeaae 2,171 1.00/1.00 vMB 56
422,461 422,461 0000000000000000051e86bd2c165eb2730f3d8e207390205d57eddaa09652f4 2,301 1.00/1.00 vMB 90
422,460 422,460 000000000000000003cbeed49bc3ca8f4cd228982d7ac4ffb508e589c40c82ab 2,647 1.00/1.00 vMB 91
422,459 422,459 000000000000000004c2a63711bdd373317f3d31f5f1f7afa5142e331bc9279b 1,884 1.00/1.00 vMB 31
422,458 422,458 0000000000000000041d873a32dad073baadcd422b41c29d7ae62c9a167fc3fd 1,722 1.00/1.00 vMB 53
422,457 422,457 0000000000000000024aad4c9f84cf81e4d01d2277fd8831fc73d2be935b67bc 1,854 0.92/1.00 vMB 50
422,456 422,456 000000000000000002eb523a5575c4d0316dc5447286872727ddb710a271f4a3 14 0.00/1.00 vMB 160
422,455 422,455 0000000000000000022f048031741a35cad5878a6969000ec9f49bc0a2eecace 2,645 1.00/1.00 vMB 90
422,454 422,454 0000000000000000016cc8c6de8a5ba8718c312d0c913a1312e7127ed2e38c84 1,896 1.00/1.00 vMB 44
422,453 422,453 000000000000000001b28f4ce30c68d2f674b017cba7c1ed77d1cc593bb03f0b 2,569 1.00/1.00 vMB 61
422,452 422,452 0000000000000000017a2da3bb2744d4607097b46d2d2f5cb33d6772cdc374cd 1 0.00/1.00 vMB 0
422,451 422,451 000000000000000004ee49e60fab7c7fd07b68c97040414741d4b64921e0da9d 1,999 1.00/1.00 vMB 47
422,450 422,450 000000000000000000a4cbcf37d44e5605bfa71e389b3501ce94092ff73ab726 2,006 1.00/1.00 vMB 53
422,449 422,449 000000000000000000ed4e0e7a4e766671ec14b19a9d199027ea02cfbb4d83b3 2,103 0.93/1.00 vMB 105
422,448 422,448 00000000000000000061b84ab1f48ce76b990fa06a46e4834396630cefd2e72a 2,412 1.00/1.00 vMB 60
422,447 422,447 000000000000000000ec96c9f761e37ea560a2e17c511f2c3588552bce82d50e 2,505 1.00/1.00 vMB 53
422,446 422,446 0000000000000000041974fbcbafcfbbe8112f3440af1ca3eda33aad67b836ca 2,396 1.00/1.00 vMB 101
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: 672.96 GB
    • Received: 16.34 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.