Loading Tool

Explorer IconExplorer

Memory Pool

18,379 transactions
8.43 vMB
0.05035248 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.65/200 MB

Candidate Block

Mining Attempt 63651efc9fbc2d3a7310f828b873661ebb8e9d1ff97e1b56215bdb1eac44bc2d
Version 20000000
Previous Block 00000000000000000001816ebe27c4b538156b72d2393ecf91ed8f62040739b3
Merkle Root 33b6cb812589fa384c2df4085c93762badb1408136b0b86da1cdf7c767feae81
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,705
Size: 1.00 vMB
Total Fees: 0.03221336 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,408 (703,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,101 210,101 000000000000040d34186cccc1f8a6c5473c8272339b778ac799ccfddb8ab89e 88 0.03 vMB 170
210,100 210,100 00000000000001d0f8407406ec727bd9fc3c7fdc62ecd1f6a3e583639a9d5396 12 0.01 vMB 105
210,099 210,099 00000000000003e2a3b147777807502814b7fee29d7cd27866e9292c413a1ff2 106 0.05 vMB 97
210,098 210,098 00000000000001fe1b2bde2dd75b422493e63209e4be52003b768623a60dc791 175 0.10 vMB 116
210,097 210,097 000000000000019dd375ca08dc332d60e300e5ea9b24bbfe55cc8bcc7c06d3c2 11 0.00 vMB 169
210,096 210,096 00000000000003c28f6191a2d1e9b096197a0bc33035921599361d2a8132bf84 9 0.00 vMB 153
210,095 210,095 00000000000003d217352602cdefbf2c3130420f0166371ca366c128d0a701bb 220 0.13 vMB 141
210,094 210,094 0000000000000356c67cdca5a2111539aedccf282d4138f48162faa494649a2f 366 0.21 vMB 158
210,093 210,093 00000000000000a34cc0bcdb6c43bdd2c07bf81c2dd3b264e3ccb88b050ddc39 5 0.00 vMB 175
210,092 210,092 0000000000000188cae8f66e223f7b86e1e6861e494f07dcf81be5f54450d62e 125 0.05 vMB 228
210,091 210,091 000000000000014bdd9bd7f8b9505d02d2ab462c6e0972b5d49eb9115ec6bade 233 0.10 vMB 201
210,090 210,090 000000000000024bf6e7b1e2fa1770e4c226d15ea3e1ae12e044441666b56fb1 328 0.15 vMB 218
210,089 210,089 00000000000004060180aa21b21729119c4bb8a76767aa594859ad53c925e2ed 397 0.31 vMB 112
210,088 210,088 0000000000000002c2a802e78f1d6b976c6324e4581ac218c48b2ca1d2bff762 14 0.00 vMB 320
210,087 210,087 0000000000000046fd430ad8c580688161bf4d6d35df71ef41a3bca794bfaf53 318 0.15 vMB 176
210,086 210,086 00000000000000ce2c450b83f9c47b2595cf65a37a2b7e3bb6f104818868f7c6 502 0.18 vMB 201
210,085 210,085 0000000000000217d83111a98ecc9fbaf041f3d87aff2818f230480f71d0a634 11 0.00 vMB 1,534
210,084 210,084 00000000000002a8d86f97878d3cd9030280ef7fee4d3a5ef243b272a1c40a10 51 0.02 vMB 149
210,083 210,083 000000000000032c7967bd3bfc3bac00699dc0ce66df4a08787d7ed0de35496c 46 0.06 vMB 69
210,082 210,082 00000000000002a30c4620713fff62574126986cd902c8e746f771f5783aea21 221 0.10 vMB 143
210,081 210,081 0000000000000265135594758308305d156708145502435891947cbf7988e6d6 127 0.05 vMB 33
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

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