Loading Tool

Explorer IconExplorer

Memory Pool

43,024 transactions
26.41 vMB
0.05975280 BTC
Random Selection Loading Transactions
Max Size: 138.74/200 MB

Candidate Block

Mining Attempt 18bf9a3faa586b28f2401be8799460aadaa1e910caf57fd831876305f372cf29
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 07afb00b990bc2410a954e8e389e724753ff178a938960b42c8d4bc82306620d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,570
Size: 1.00 vMB
Total Fees: 0.01146748 BTC
Feerates: 150.92 > 1.15 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (414,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,243 500,243 0000000000000000000328868c3f941b9cbb4b5c52ead18fd3ff9387b367ce35 2,225 1.00/1.00 vMB 690
500,242 500,242 0000000000000000009564e9a0b0d3e4e9ab3ac5e3b5acdb7fa34551c1766450 2,735 1.00/1.00 vMB 696
500,241 500,241 00000000000000000018deedff3cf4be7d2347db9c02cbc78a8bf5344a1e7d6c 2,663 1.00/1.00 vMB 710
500,240 500,240 00000000000000000017f82be0ef611373a088a51549b6443de18371be5ea5eb 2,472 1.00/1.00 vMB 505
500,239 500,239 0000000000000000004859b91259a19c721420fbc383924a28c86235afabc031 2,540 1.00/1.00 vMB 564
500,238 500,238 00000000000000000006dd1f8e925162062952798d47237efaef8a2c7e846859 2,544 1.00/1.00 vMB 537
500,237 500,237 000000000000000000222507cf11b62c40bda4ea9ed1c8edd5c7d2d7bdde6e15 2,404 1.00/1.00 vMB 637
500,236 500,236 00000000000000000054e4f5894974937d267e9f53541845f29fcd37cf0518d8 2,987 1.00/1.00 vMB 663
500,235 500,235 0000000000000000009036dc3fd3645bf5d39000d5e8ecb888fae6186a2c4a81 2,511 1.00/1.00 vMB 711
500,234 500,234 00000000000000000050953820a58b40326cedc5ff91ab6d4c450744a7670537 1,925 1.00/1.00 vMB 590
500,233 500,233 000000000000000000894acf8a3d39744bdefb68a76c6c72e0596391254eb115 2,604 1.00/1.00 vMB 633
500,232 500,232 0000000000000000005a17a5fa210b320f15683d689a85b01971899c35bdb104 2,835 1.00/1.00 vMB 695
500,231 500,231 0000000000000000008fceb0c1e53dd0a321b2cd2a4020779dc37b4d3569808b 2,430 1.00/1.00 vMB 727
500,230 500,230 000000000000000000084305f0cfd18322c193873e77c4caa3bcfa0b46c94a46 2,473 1.00/1.00 vMB 739
500,229 500,229 0000000000000000001f0f7436914cd363736b8137d220e3c58dc72f1c360c5d 2,884 1.00/1.00 vMB 624
500,228 500,228 0000000000000000008f2e0efd290ef14279b817b20635cb3a05448ab4852d7a 2,744 1.00/1.00 vMB 722
500,227 500,227 000000000000000000122b92f9215ab59d280fcfa1248f4f2d893ac22999e6dc 2,703 1.00/1.00 vMB 643
500,226 500,226 000000000000000000357acc11e6e75a2a131622b447ec78eba3b7aff0c3f13e 2,925 1.00/1.00 vMB 671
500,225 500,225 0000000000000000000d6e8725d6ddf007aa56c9c91dcd9096514df48100a6e3 2,998 1.00/1.00 vMB 490
500,224 500,224 0000000000000000000a77c13f5e76f3db193f12a3fb2e3c0e81a62f4b7c67bf 2,589 1.00/1.00 vMB 467
500,223 500,223 000000000000000000516297378933effee10de2eed0b58b6eb213027d339b74 2,787 1.00/1.00 vMB 629
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.