Loading Tool

Explorer IconExplorer

Memory Pool

41,957 transactions
27.71 vMB
0.07659232 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt c0992bb1cd4f3809c6d14c8a0f3117bb11c03edd66c01ac23668ab5fe599092c
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 99dc642be9320e93440eb72d148409b10af0dbddf73d344e6fd71b770a5ecba1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.02131421 BTC
Feerates: 180.63 > 2.14 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (160,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,990 753,990 00000000000000000002ffb998fc67c86703ee9e460baa5f6f4d854f410f0996 3,132 1.00/1.00 vMB 21
753,989 753,989 00000000000000000004ea0023ec2618f6336b298fbbe41c69f88ea401d88703 1,783 1.00/1.00 vMB 22
753,988 753,988 000000000000000000001e7537da0174f3eb5eb66dc38df37103f09d9a8114d9 2,307 1.00/1.00 vMB 7
753,987 753,987 0000000000000000000098b5a6c1bf30f60d165f1be0c1433572a31515110cb1 3,414 1.00/1.00 vMB 21
753,986 753,986 00000000000000000008af51577474c3803c804985784325d0f0fe32618243b4 1,616 1.00/1.00 vMB 3
753,985 753,985 00000000000000000008b3fec2105ba968da765fafbea2267a8f24d48f9dc233 2,489 1.00/1.00 vMB 13
753,984 753,984 00000000000000000005a9dc6d0a9cb3177fcbedf4d89516c357a9a00d661e6b 1,861 1.00/1.00 vMB 11
753,983 753,983 000000000000000000028a4784e2bd24e775437108c0e7a90469bff4a62895d2 3,278 1.00/1.00 vMB 23
753,982 753,982 0000000000000000000706d4273701cb4a1c47e39b2d08fc221e9829f535a8a7 3,512 1.00/1.00 vMB 25
753,981 753,981 000000000000000000053b0623f9af22f78856fd10bfa690757226e95ceec450 2,049 1.00/1.00 vMB 8
753,980 753,980 00000000000000000008186ced25d64a9e02b7913278eca34fedfd4ff3e66b44 2,083 1.00/1.00 vMB 9
753,979 753,979 00000000000000000008cfe7dac391fa8f37e0c108e8dd5c6cfc4371ff7d5b1b 2,448 1.00/1.00 vMB 7
753,978 753,978 0000000000000000000640ca6e5a2ce97995d07a709678411a38caec97da78e1 2,548 1.00/1.00 vMB 7
753,977 753,977 000000000000000000083defae6090ec35174326fab23ebc3d29193e3d95f615 1,890 1.00/1.00 vMB 10
753,976 753,976 00000000000000000008134904d24c31633ee63f7405660755141281ea4d8b75 3,046 1.00/1.00 vMB 21
753,975 753,975 00000000000000000000a36d98ecfe27f6e065f8f80ed8c91451fdecb284fe5f 2,104 1.00/1.00 vMB 21
753,974 753,974 00000000000000000005d94eadd6d04a3121f8b2704b6d3d397761de48213cf5 2,124 1.00/1.00 vMB 22
753,973 753,973 00000000000000000003a791e48c4f01ce712aeb3a0e725bc915f5fec6b6a905 3,311 1.00/1.00 vMB 18
753,972 753,972 00000000000000000008f3161ac68836301cc0d02b4f69e1a1b72c3d91a3897e 1,779 1.00/1.00 vMB 8
753,971 753,971 0000000000000000000130a1fbd4c75691bf953c255bf15af8f508d3c8e887b5 2,341 1.00/1.00 vMB 15
753,970 753,970 00000000000000000004c49f8337e71bbf0016918cf472e2c5f085e1a2ca4f7d 1,939 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.