Loading Tool

Explorer IconExplorer

Memory Pool

82,280 transactions
30.34 vMB
0.08226871 BTC
Random Selection Loading Transactions
Max Size: 186.00/200 MB

Candidate Block

Mining Attempt d28df761f8d07dd7bf8dcdea0408fc5195dbf0dc439064646be983cbbde3e369
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 369c6666e8963ae75813eba24fcb55d91490a7af19ca7224ff2298fda020e23a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,852
Size: 1.00 vMB
Total Fees: 0.01466309 BTC
Feerates: 60.16 > 1.47 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (615,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
300,217 300,217 00000000000000000be5a8d16a1f852e544441ac1eb65a83355773750014f441 651 0.32/1.00 vMB 31
300,216 300,216 000000000000000021a5e2bccef9ca71827cb89db15560978e4854152b386bd4 64 0.03/1.00 vMB 30
300,215 300,215 00000000000000001177c131475372dd78b8a343c197f113c4041bfd940f4f01 45 0.03/1.00 vMB 18
300,214 300,214 00000000000000007d668a3cb2864e055686da2d063326a8c3f77c505f8ba645 350 0.23/1.00 vMB 22
300,213 300,213 000000000000000005ceb484ea9da98bffb7f611639a64bd7b2be40327b48560 446 0.24/1.00 vMB 29
300,212 300,212 0000000000000000352a30e6483d6de92bff35360a7ac79806815c2910bc39e6 165 0.10/1.00 vMB 28
300,211 300,211 0000000000000000766a923056e3365f618932e8abe3b6ac5eb58ec7c3feccb9 211 0.13/1.00 vMB 29
300,210 300,210 000000000000000034c368011f8965dc6e64d7767ebb6b7705e03fcc0adf0929 219 0.16/1.00 vMB 24
300,209 300,209 00000000000000002e1c49ab9b360acfca1e18819a27cd28648dffdc4af4ff83 243 0.16/1.00 vMB 24
300,208 300,208 000000000000000053f123c004515fea873208508606b9051da95a45e4e5c7b1 32 0.03/1.00 vMB 25
300,207 300,207 000000000000000060b117b366653300e580e1fbc7594b846a0fc0a832b4ba1f 50 0.03/1.00 vMB 21
300,206 300,206 00000000000000005dd7c332318b62f86bdc9ed1af51ff4ff540537254eb258b 279 0.15/1.00 vMB 27
300,205 300,205 000000000000000041a01230b9e02f5e731a6bfca2701cc6a30251522f9cf38b 95 0.05/1.00 vMB 25
300,204 300,204 0000000000000000378717b36087573b11cfd89da1ab54d1ea00fd3f27369fad 122 0.16/1.00 vMB 22
300,203 300,203 00000000000000007688101137b992a103d572e9079ceebdd71ac5550b62520d 90 0.13/1.00 vMB 21
300,202 300,202 00000000000000007fa3faca86ebcebb7be60dc3cfb142e155d32515b785ae78 248 0.33/1.00 vMB 16
300,201 300,201 00000000000000002a148d14cf6403481c464682d6467bd93aa0815ce994bfc3 375 0.25/1.00 vMB 21
300,200 300,200 00000000000000006a6bfcadec4a129c1c07efb4b6d94bb0ded7d3be0f328271 792 0.25/1.00 vMB 51
300,199 300,199 0000000000000000312d71ca510dd0a1760f440d0e65d08bc72f07501862b11a 56 0.04/1.00 vMB 8
300,198 300,198 00000000000000002a2f650a9cbc4ba83ea92a97914c4b89ce300e7630ef7beb 73 0.28/1.00 vMB 12
300,197 300,197 0000000000000000529985704537aac24ec9d899f36d422d5df37102b6de2adb 362 0.35/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.