Loading Tool

Explorer IconExplorer

Memory Pool

80,532 transactions
29.71 vMB
0.06930644 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt fad1558d0fc55e9a28aa129e193e9a6dab751455a8e653156e8198415e30091f
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root ad38d34fae8b07b868041c47ec1de12690a04d4e63f5e8c4cc34409e12bac327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,129
Size: 1.00 vMB
Total Fees: 0.00860964 BTC
Feerates: 100.36 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (344,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,238 570,238 00000000000000000010f26b5c75b0ec4c9ab7abfb7cf472d9f0f816a7499f21 2,153 1.00/1.00 vMB 55
570,237 570,237 0000000000000000000c50f7509e1a87059dee751a9d60799b7cdbdeb42b1690 2,771 1.00/1.00 vMB 56
570,236 570,236 0000000000000000001793fc66981698ce9fee011c755ac93b94f33231993500 1,578 1.00/1.00 vMB 113
570,235 570,235 0000000000000000000d647d7a63e00caf28b5f5a0cc5d4908fd65c9dbb5e42c 2,887 1.00/1.00 vMB 132
570,234 570,234 000000000000000000092a235e2bdc53c14b8a71c18b1f2b393d728f2962c5fa 3,302 1.00/1.00 vMB 153
570,233 570,233 00000000000000000000a5b85e2a4e38b9f30875fe368971b5c0a30e93bfa100 2,150 1.00/1.00 vMB 60
570,232 570,232 0000000000000000000551c634be7447f7e30342eb99aefe001fe02b62d8acf9 1,196 1.00/1.00 vMB 28
570,231 570,231 00000000000000000013218f04d16b55202b19cfa27328be95582a1170db41a3 2,784 1.00/1.00 vMB 86
570,230 570,230 000000000000000000176ecd4aab8f37364204bdc6eea00de8dd92561775a220 3,129 1.00/1.00 vMB 85
570,229 570,229 000000000000000000199dc85251c4f5de3ac6551032a129b34d7a8aa18cf6d7 2,596 1.00/1.00 vMB 47
570,228 570,228 00000000000000000009fa5ac1a119cf92a06883dd7cefd4b2b125b4443be897 2,093 1.00/1.00 vMB 46
570,227 570,227 0000000000000000001e488a3127c76c2dee674401eb0cc1d083c1afc8c0299f 2,662 1.00/1.00 vMB 43
570,226 570,226 000000000000000000109f40eee6e3c95d7729ed5109b7f6afd7b75b235c7271 3,725 1.00/1.00 vMB 60
570,225 570,225 000000000000000000038ecb534d34beb233b933fac5b96de168f438ee0e2286 2,768 1.00/1.00 vMB 82
570,224 570,224 00000000000000000010b39388fb20f30c3eac25f80fb3e42a026c420ffc9901 2,767 1.00/1.00 vMB 93
570,223 570,223 00000000000000000025ad64b87905567ad461ac69496c3b32cb6ce0ff2c7549 3,452 1.00/1.00 vMB 76
570,222 570,222 00000000000000000017547e146950977f28855a2cd7000f271acd68283c114f 2,968 1.00/1.00 vMB 79
570,221 570,221 00000000000000000002701b7dc2a1f5e593a74505dcb426b1de8bd7df4da8bb 2,726 1.00/1.00 vMB 107
570,220 570,220 0000000000000000000e9e2fa5176576310d6fbe23d67826faa719c104bc819a 3,073 1.00/1.00 vMB 132
570,219 570,219 000000000000000000289765e45e1de217f8e8bac5eebf9e03c5689f591ac5f3 1,645 1.00/1.00 vMB 136
570,218 570,218 000000000000000000146a2336369988d04ae718d6409b1359e89f6862596570 3,359 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.