Loading Tool

Explorer IconExplorer

Memory Pool

42,054 transactions
28.89 vMB
0.06548582 BTC
Random Selection Loading Transactions
Max Size: 148.52/200 MB

Candidate Block

Mining Attempt 894eb0efd30b5d50ae1115badc7f92dce3136637449b90716344ea5a994e875e
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 153cc0192568fbc327ba6f03396ca7c2fe031fffe91c8dd09b1f53a9e5e1207e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,679
Size: 1.00 vMB
Total Fees: 0.00935806 BTC
Feerates: 197.49 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (222,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,604 692,604 0000000000000000000d33e4afd2f0d0b034514bab7e16489df2de7d620b58d5 795 0.39/1.00 vMB 8
692,603 692,603 000000000000000000138f0b13df3e0280c7503573d1f5193e9b7ebf2c23322c 976 1.00/1.00 vMB 4
692,602 692,602 00000000000000000004f54795331c6661f9a084a8653c4f7bd712b62e6917a3 1,767 1.00/1.00 vMB 12
692,601 692,601 000000000000000000111d741a9c615c62fc83bc0898d845b4ddce62a20ec477 1,995 1.00/1.00 vMB 9
692,600 692,600 0000000000000000000b8b24b986c1a9ac8292639e05077865566ddd6e23a097 1,390 0.60/1.00 vMB 10
692,599 692,599 0000000000000000000a01ca31138403537a82add6c33e5e5672e34e1889dba1 229 0.41/1.00 vMB 2
692,598 692,598 0000000000000000001430be77c2bdedcf622025cd1d4806233cec483a8eb5f0 2,696 1.00/1.00 vMB 11
692,597 692,597 0000000000000000000fa8c6f2c9adb2956f0c71c00e03e4210c2f7414f8d0c4 1,868 0.77/1.00 vMB 6
692,596 692,596 000000000000000000078857852495c3c33d7c6ec4c9cc0b3d77113c8c7c11f4 1,654 1.00/1.00 vMB 22
692,595 692,595 00000000000000000003677aef2a6909783d184510a992ef0db2ef43bc26e3e0 2,736 1.00/1.00 vMB 14
692,594 692,594 00000000000000000010b1b7a0723e9aa81bb7bc9ca718874f8122fdfd992d12 780 0.28/1.00 vMB 10
692,593 692,593 0000000000000000000eeced5cee03bae9584229c867cb7aa0f01acfa1449a20 1,078 0.83/1.00 vMB 5
692,592 692,592 00000000000000000011f10a7a205ef5bdcb8a7378e7b96ce495975d5092b481 2,245 1.00/1.00 vMB 10
692,591 692,591 0000000000000000000ee5350626bdd81210dd52160361d72811bc70a20c3fe9 173 0.05/1.00 vMB 10
692,590 692,590 0000000000000000000c81a1929961e3379f3513a1a3ad7e4772230df1f52ed4 858 0.41/1.00 vMB 9
692,589 692,589 0000000000000000000b88d769c3669bd5f9719069454371724e11bd6450e5e7 1,273 0.48/1.00 vMB 10
692,588 692,588 0000000000000000000c0e76ab8efece8141fedeacf6b9a89f0a3a4ef846eaac 2,106 1.00/1.00 vMB 9
692,587 692,587 00000000000000000008d4a0d8a4f40d100b0f65bfdc6de3669df8f447bf10de 131 0.06/1.00 vMB 11
692,586 692,586 00000000000000000000a02854da9ed50c8e23af9df2cbcff249b27ecde1db00 214 0.07/1.00 vMB 10
692,585 692,585 00000000000000000002e2a26386cbea88512d3fc01c5864e9cdaf7976856464 1,659 0.71/1.00 vMB 11
692,584 692,584 0000000000000000000dcb3971310b6978300af5f20cd6ec4049d84e85c01457 2,586 0.87/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.72 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: 629.69 GB
    • Received: 11.95 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.