Loading Tool

Explorer IconExplorer

Memory Pool

83,044 transactions
31.91 vMB
0.12074263 BTC
Random Selection Loading Transactions
Max Size: 191.52/200 MB

Candidate Block

Mining Attempt 36a36164d0977c870dafacf1baa3c980e6e4c4a02a59b7efd07ce6910db2621f
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root ad3af556b935374c3dec3f6caa3d252fe917e8d77f8cc5f2d958e14ec23dfc54
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.03207082 BTC
Feerates: 318.30 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (111,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,107 804,107 00000000000000000001c8a3b0032351dcf8f535c5181824c0983a7e67643e06 6,777 1.00/1.00 vMB 6
804,106 804,106 00000000000000000005287eec72e379efb084e67e520038585d05cc75d3a1e1 1,384 1.00/1.00 vMB 7
804,105 804,105 00000000000000000004f871ffffd607c0431ed85d5a0f2fc7bb3d2a43e18368 3,325 1.00/1.00 vMB 15
804,104 804,104 00000000000000000000b64a3ef3fca7f0c3e1dc30b99dae3b7b8280a53e5cf6 2,720 1.00/1.00 vMB 8
804,103 804,103 00000000000000000004a0eab5c75c8b02e904d58e35f02eb932fa6cd6e5723e 3,527 1.00/1.00 vMB 14
804,102 804,102 00000000000000000000d11a281e3ce322ccd680d1fb075081e3a2a905e474d1 3,114 1.00/1.00 vMB 11
804,101 804,101 0000000000000000000401770a067538ba66e451aa1d44ab87fc0a18d48b80fb 6,286 1.00/1.00 vMB 6
804,100 804,100 00000000000000000001f8ba2f646ecac08e242ba71c574e0532bc4e51dc442b 5,530 1.00/1.00 vMB 6
804,099 804,099 00000000000000000003b0deb8efdca0e7031511cc1d228dcb0b875fba099bd2 2,745 1.00/1.00 vMB 8
804,098 804,098 00000000000000000002e2dee81508f8d02787fa409c6b3c166203905585e6ef 2,241 1.00/1.00 vMB 10
804,097 804,097 000000000000000000040df19a35ed59f47b4127f361f6abcf451177fe7c7b49 2,982 1.00/1.00 vMB 14
804,096 804,096 00000000000000000002b833ff53b1552ae30c955f22fb6473520f3ebba0f896 2,166 1.00/1.00 vMB 9
804,095 804,095 00000000000000000005149fae58aace1355c23db2919ab63101ee1b32885ced 1,433 1.00/1.00 vMB 9
804,094 804,094 0000000000000000000545049d8eb4dfdeadb24719a8489011cb4af8fd84f93b 242 1.00/1.00 vMB 7
804,093 804,093 00000000000000000003a3e28c2eb069a0d3bf65afbd548cebc508a1a059994f 1,904 1.00/1.00 vMB 10
804,092 804,092 0000000000000000000020e009b805433d6a2ae974042d0fe1a3b5797e9e3543 2,996 1.00/1.00 vMB 14
804,091 804,091 00000000000000000001b84b4432a7c009a0435a9bbcab8437fc87396a1ffaf6 2,015 1.00/1.00 vMB 9
804,090 804,090 00000000000000000003faaec1f1eec0e250c3cb43e0ecd00f3ab0e837d56c96 3,138 1.00/1.00 vMB 20
804,089 804,089 00000000000000000001f431fc54904a5dec5e96bcb2ae4210fb482f59285f76 5,259 1.00/1.00 vMB 8
804,088 804,088 0000000000000000000047dbb4f2cf696178e338d70e82957b3f7e3c3473254b 2,515 1.00/1.00 vMB 10
804,087 804,087 000000000000000000032c496e772909c460028484f083e12f5819e1bf0637f3 4,066 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.00 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: 718.82 GB
    • Received: 17.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.