Loading Tool

Explorer IconExplorer

Memory Pool

79,164 transactions
29.29 vMB
0.07188512 BTC
Random Selection Loading Transactions
Max Size: 175.78/200 MB

Candidate Block

Mining Attempt c577e94e0370f68d69adb9b4238c0036007a67a4a3198f2c207e2b25f3682e4a
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 044dedfbd177c358d813ad6f3a1c6303145d4aa03b039889a2002e89fc5430b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,428
Size: 1.00 vMB
Total Fees: 0.01238791 BTC
Feerates: 170.94 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (678,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,143 236,143 000000000000004443b3cd406d9e6894e9af7bf098d82f85d8e3a01ac6b1f5f4 499 0.23/1.00 vMB 162
236,142 236,142 00000000000000d9955f9fe2161524121f0e21f3e2b1a57f97578c98dc31d636 152 0.15/1.00 vMB 71
236,141 236,141 0000000000000123530e6729e019012acef1ce0df153868a9a3f0fef09d23de5 722 0.25/1.00 vMB 168
236,140 236,140 0000000000000148045efd8deddf7b25a4df47f7ed28faf30d9c841aa413a56e 171 0.15/1.00 vMB 73
236,139 236,139 000000000000005c962b79e305d19a7b354291f54647fe9631f7a5e16a0a75e3 255 0.15/1.00 vMB 154
236,138 236,138 0000000000000124fa7e2541d09c1c07cd37ce35c9b1a65d043dd468b66aeb60 643 0.25/1.00 vMB 196
236,137 236,137 00000000000000e6d1d3beae1a79ee17c669a896a912599ebdd416882d418ff9 105 0.15/1.00 vMB 43
236,136 236,136 00000000000001656711a0f634b287420a7039ab9b21c166bc2b0a8a99d61e2e 235 0.12/1.00 vMB 136
236,135 236,135 0000000000000176b30b91fed3fb07b37f43b928f4d4711c8053bdd7c6661d76 774 0.40/1.00 vMB 155
236,134 236,134 0000000000000051baebb19a0de3a4c0a12b3f2b3009334cc9851baa74ee90d6 631 0.25/1.00 vMB 198
236,133 236,133 0000000000000157fb0013a1d54ff1eceae06a29aa72b361fc8f5ce99e0774bf 21 0.01/1.00 vMB 208
236,132 236,132 00000000000000db95a60d9ffeec05ac263cc946c7dafcf11b120bb9074e7ec3 297 0.15/1.00 vMB 137
236,131 236,131 00000000000000714aedaaba9e57d1db2de483f05690a0edd4bcb1c409193da0 111 0.08/1.00 vMB 127
236,130 236,130 000000000000004c8806c2f7bd2a49b72675d3cb901aadcc61cd4eb38242ee2f 446 0.20/1.00 vMB 163
236,129 236,129 0000000000000067b618efbe4ea35abc5f56e0e55c3d37e487d06f1216dbcada 3 0.00/1.00 vMB 47
236,128 236,128 000000000000001616882046572b4ee31c8763a96b1d66ef0538ed7472f001a6 177 0.09/1.00 vMB 161
236,127 236,127 00000000000000d1dde2b9920b5aa0f5958d61e7fa274ddb8ce81944434e971c 345 0.24/1.00 vMB 112
236,126 236,126 000000000000015d73f33ff18dc91d7e9a96fb10d43606bddbd84db055abb0dc 690 0.25/1.00 vMB 230
236,125 236,125 00000000000001391c7f8d4208765e9702aab66b8216af37c671c2b9e5839bb3 385 0.17/1.00 vMB 210
236,124 236,124 000000000000008f48b3a6cf9044b98cfbf1a6c817501186a42cf77440cfdcbf 450 0.20/1.00 vMB 175
236,123 236,123 000000000000005a80f4adfe55d3617bb7cb3ae0812a43668cd8b377d16b720d 216 0.08/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.