Loading Tool

Explorer IconExplorer

Memory Pool

36,340 transactions
26.20 vMB
0.07303529 BTC
Random Selection Loading Transactions
Max Size: 133.94/200 MB

Candidate Block

Mining Attempt 3504cffb0b82e6539b6bccb15dc4f50341894d4dba34f3420c969e0ba64f3a0a
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 449237a0010568d280f4df80c6bb0e8ede6c4ea22520a863874b80f4a88bdeea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.02458769 BTC
Feerates: 713.01 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (160,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,991 753,991 000000000000000000086e89470d049b390287ce92e77c9d7aa87dd3818ccb1d 917 1.00/1.00 vMB 12
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
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.