Loading Tool

Explorer IconExplorer

Memory Pool

82,693 transactions
30.66 vMB
0.07441465 BTC
Random Selection Loading Transactions
Max Size: 188.36/200 MB

Candidate Block

Mining Attempt 88cd2822685ef706c6d07e93f7c30493fec55ba0906e02e91f73c0d687faaa93
Version 20000000
Previous Block 00000000000000000001f076bc3e786bae23f48eba6aa2ed10c3322f76f4967d
Merkle Root 586e0617ba6b284a758bb2eb5f750eee1f4ae94b5f5c70d8063a4831220414e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,574
Size: 1.00 vMB
Total Fees: 0.00569468 BTC
Feerates: 50.34 > 0.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,347 (513,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,183 402,183 0000000000000000039013b0f807c06c279cef201205444a1fa7a0ca27cd530d 1,638 0.99/1.00 vMB 38
402,182 402,182 0000000000000000021bed3cd03326c22ca9fc0c9cf49d43e89430be0c7461f9 1,901 0.93/1.00 vMB 51
402,181 402,181 000000000000000004cdc63a05b29c998c626ff28aedb2ed5caeddb6d0bac8e8 2,338 0.99/1.00 vMB 33
402,180 402,180 00000000000000000479b8e5aa4a820503c4ce6286efd3d96a43bfd116c240d5 2,045 1.00/1.00 vMB 43
402,179 402,179 0000000000000000024cc1be6f70a2bd6dfbd8e86945853ead6bfcb70ecc6de1 1,685 1.00/1.00 vMB 63
402,178 402,178 000000000000000000ba645d0e82b3d388a0fe96771f0954a46ba50403332753 1,819 1.00/1.00 vMB 50
402,177 402,177 00000000000000000047edba7a0ed858b3e0652ee2dbf92278c79c770632c0f4 1 0.00/1.00 vMB 0
402,176 402,176 000000000000000005386f02de704521485aacfe7384308dd5b137959c7e27e9 2,544 1.00/1.00 vMB 80
402,175 402,175 000000000000000005abfa32dfbf4c87ded52af294afa3f1a8a3f92f29de35a8 741 0.99/1.00 vMB 19
402,174 402,174 00000000000000000238d22a9cd7e9715209715278ee87d2f66b895ebcd7f419 2,924 0.93/1.00 vMB 73
402,173 402,173 000000000000000001a90d2ee79de29e81683da56c6cdfabd15906a10f2c94f4 1,906 0.93/1.00 vMB 52
402,172 402,172 0000000000000000055f01e5f49785cd4e5e74bfe36bf410cdeec794e3dd2352 2,831 1.00/1.00 vMB 37
402,171 402,171 000000000000000000db83bba3513b0959a0cbae99edb40ddf0697044343f308 2,014 1.00/1.00 vMB 48
402,170 402,170 000000000000000004e5f8fac74b0ba2d00c2a46ac96b5849b8fe7be8c3dd796 3,273 1.00/1.00 vMB 74
402,169 402,169 000000000000000001e99b7c9a3aa5e2cfa0f11a065d0ac7827ff153439ec5ff 87 0.99/1.00 vMB 4
402,168 402,168 0000000000000000043ce483c03eadbad8be7edbf5473a2abecf6b9bcaea1739 1,609 1.00/1.00 vMB 39
402,167 402,167 00000000000000000118ac8a73b2f254a14529c173562e83246733f35d4ea840 2,917 0.93/1.00 vMB 77
402,166 402,166 000000000000000002e2a6ad71cbdb30ab113771aa13cb130edcd6a3a8282d70 2,058 1.00/1.00 vMB 48
402,165 402,165 000000000000000001b727ab5446e468f7236294e1b539153edd4700ce6d20dd 421 0.22/1.00 vMB 33
402,164 402,164 0000000000000000041be1a09fd70dc11b45f0c2d48dfbf708637b658ce557bc 647 0.31/1.00 vMB 48
402,163 402,163 000000000000000006669b438b6b0f55eedf4fc7484d2b360aa546ecd013cbcd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.99 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: 717.80 GB
    • Received: 17.86 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.