Loading Tool

Explorer IconExplorer

Memory Pool

12,560 transactions
10.05 vMB
0.05099265 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.61/200 MB

Candidate Block

Mining Attempt e5a91a3ea50680821470967f5197e6d37d6096f9d86126a697d557a55db74841
Version 20000000
Previous Block 00000000000000000001cc0353fd23b9be5276469e89009017f3cc907719938a
Merkle Root e5cfd9cf3cb24a0b71b2c6939111b1c34c45499e54fff89ec34ca50269cc63f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,323
Size: 0.9979435 1.00 vMB
Total Fees: 0.03580959 BTC
Feerates: 120.00 > 3.59 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,793 (739,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,759 174,759 000000000000022b83372f09c8cb61e37e678d39a79e34062c2d3862b9435f27 39 0.01/1.00 vMB 80
174,758 174,758 00000000000003b30a5efc6af3458406fbc24707d83e3569a5072a874ee8abb2 79 0.03/1.00 vMB 227
174,757 174,757 000000000000017e11cd19afe2e00834a0ae537dc3841a2ac825e644c66cd0fc 49 0.02/1.00 vMB 70
174,756 174,756 000000000000010b9fa2fb2ddd99bd97871c699316eafe7f4e471bcbb6459458 24 0.01/1.00 vMB 4
174,755 174,755 00000000000008b6c9b72a460533583ddeb9ce7cf6274872910b9eeee0728f03 29 0.01/1.00 vMB 46
174,754 174,754 0000000000000a3f3906b2adce4a16067b17ffd883b70a15bc34908cd9b00251 1 0.00/1.00 vMB 0
174,753 174,753 000000000000083598376649fa067f0920a0f920b21e3b67cdf69a3bb4be37d7 49 0.03/1.00 vMB 110
174,752 174,752 000000000000098a998fccd312f0f4c474debad0efbb188e5d35168b547dbd9b 11 0.00/1.00 vMB 42
174,751 174,751 000000000000052337a0ddcbec72641936602c450dabccbf053f96546f4838f7 6 0.00/1.00 vMB 34
174,750 174,750 00000000000004d54af411ad476f655c7b454bb62f1723b9220822ff1443aa9d 21 0.01/1.00 vMB 34
174,749 174,749 000000000000067cbd6274b2dab75792c3e2f122ce3f6e3b29cca0a90c27f455 102 0.04/1.00 vMB 709
174,748 174,748 00000000000000bcab8a3b2a7bd86417926657a8217d4a456cbb11226215e19a 11 0.00/1.00 vMB 147
174,747 174,747 00000000000007e6c295b16b951aff34029112997a3c0bbcbf318bd7cbb7ab80 43 0.03/1.00 vMB 87
174,746 174,746 00000000000006db77bcf94df6dd4f479cd5a2f41f5a21c6599dbd1bf585e7a1 60 0.03/1.00 vMB 208
174,745 174,745 0000000000000662978b429d8358cf2745347389158d644462499f53d67a2cf4 18 0.01/1.00 vMB 115
174,744 174,744 00000000000007bc6d5db057b068892712618f865e4cace97dd49eddd64a0e31 26 0.01/1.00 vMB 52
174,743 174,743 0000000000000965f0d664a7904669c1633103cefe396890d743c4868973fbe0 46 0.02/1.00 vMB 35
174,742 174,742 000000000000016b7be54436caf982c0a3a74f0f1bd79d49a943b23076c5377c 19 0.01/1.00 vMB 15
174,741 174,741 00000000000001f34f77c16bddbbdb7c633b18b4119e02baa50ec48206796175 8 0.01/1.00 vMB 6
174,740 174,740 00000000000000975d82fbf94b9a2e405c1adb25848918f30175f3c27f348c29 87 0.04/1.00 vMB 135
174,739 174,739 00000000000001d8be7391479ce41e887538c8db4a40b0fcef1d3abdf3e5a04c 6 0.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 780.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 514.38 GB
    • Received: 4.30 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.