Loading Tool

Explorer IconExplorer

Memory Pool

78,817 transactions
29.89 vMB
0.07635697 BTC
Random Selection Loading Transactions
Max Size: 182.52/200 MB

Candidate Block

Mining Attempt 1e7678f2d5102976f7ba82518f3f6e96bc11e63103eb1fd6662dbd5b2ab48978
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root bb226e48b6ef31c32ff57d8b47e751ccbe80fa751f31a539a66d716a177f80b6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01010127 BTC
Feerates: 150.58 > 1.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (101,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,684 813,684 00000000000000000002875d24d75037409e6eb27a9c816c4a70dbf0b42b7d5a 3,734 1.00/1.00 vMB 31
813,683 813,683 000000000000000000006ef0d28469ee1058fe11836c0c1cee353d2660c41eef 1,700 1.00/1.00 vMB 25
813,682 813,682 000000000000000000015b2f14bbff904ced9a5baa609bed2d0f50906f104988 2,687 1.00/1.00 vMB 28
813,681 813,681 0000000000000000000418d7eba9f1692bfe715948ba74a546ff7e23002885e9 3,421 1.00/1.00 vMB 54
813,680 813,680 0000000000000000000164d189a1d5405f54f2527fb9652b4217fbf318ab28de 3,386 1.00/1.00 vMB 46
813,679 813,679 00000000000000000003486c4947da1e33b7029da56301fa4d8e005cb6b885b4 3,632 1.00/1.00 vMB 28
813,678 813,678 00000000000000000002567d2ba90b8c3a84f4c4a4afc53557eb317e0bee5e4d 3,232 1.00/1.00 vMB 28
813,677 813,677 00000000000000000001ebbc0389594f34d9fab29ddd76c9cf5dbba556d2471a 3,892 1.00/1.00 vMB 39
813,676 813,676 0000000000000000000264585c98fde4257dff2dfdb7744034bbf2985cf4bbb7 2,521 1.00/1.00 vMB 37
813,675 813,675 00000000000000000001879b79c7d4ff60b63ad78d88a610a5b2940c184ea511 2,779 1.00/1.00 vMB 40
813,674 813,674 00000000000000000001f46106231e49982743e35fc5b6fb58abc543ee27efa4 3,272 1.00/1.00 vMB 50
813,673 813,673 0000000000000000000329bc71436aeb2fa4ef40d9b14260a0fbe3d043713cea 3,666 1.00/1.00 vMB 52
813,672 813,672 00000000000000000003d31ed3b52a85227eb47b5ea463fb087cd14bc7aa6491 3,279 1.00/1.00 vMB 67
813,671 813,671 00000000000000000002e9c711426a0794938d0dae45b554e950e13c5a877a6b 2,682 1.00/1.00 vMB 30
813,670 813,670 0000000000000000000487208c16b6ef777d3d9e6341c8be5f22b34568bd5fc9 3,238 1.00/1.00 vMB 44
813,669 813,669 000000000000000000004c4523dd154758b88b8f717d8206092990c76aa30abd 3,488 1.00/1.00 vMB 39
813,668 813,668 000000000000000000030a46b7ab53de4aab1bc2826fa79b2defced9234d4b17 2,384 1.00/1.00 vMB 58
813,667 813,667 00000000000000000001a837f265d5ff4ecd7c5acf0d456e35a23547fccac34b 2,750 1.00/1.00 vMB 28
813,666 813,666 000000000000000000002767aadf2a2fb9a3b75527b2b88c5ccad296265ee644 3,385 1.00/1.00 vMB 33
813,665 813,665 00000000000000000000cab94f953bf6eba96e9a8dfec039ea2db6cb69b136b0 3,361 1.00/1.00 vMB 26
813,664 813,664 0000000000000000000235c646ddcd13bb6e4ac06ae806eacfa107add7d01723 3,076 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 783.04 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: 719.64 GB
    • Received: 18.11 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.