Loading Tool

Explorer IconExplorer

Memory Pool

40,705 transactions
32.68 vMB
0.09184871 BTC
Random Selection Loading Transactions
Max Size: 162.72/200 MB

Candidate Block

Mining Attempt 1e4b18ec5cf653a4ae0026ee3af2da294c88fb1ffedb9fe2e91afb18d968f491
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root 3fe36253b928bfa5c378f24772a47f0d80fc4334e558d5c80071193360c2a97a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,276
Size: 1.00 vMB
Total Fees: 0.02283637 BTC
Feerates: 501.64 > 2.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (367,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,056 547,056 00000000000000000005f5ed3265b2fcef2185abd4a7ff8e9fba849626980358 1,039 1.00/1.00 vMB 3
547,055 547,055 0000000000000000000c3cd5a004fff4a1f4fc6d991c7efc2b068da380ccc4f0 2,474 1.00/1.00 vMB 4
547,054 547,054 0000000000000000000aaf6d3a8221c31f737501f88b39d37003c114b7efab9b 3,184 1.00/1.00 vMB 24
547,053 547,053 00000000000000000001fe02f35743dcfaf82ac4c727e622b3b1df69795cd5a0 54 0.02/1.00 vMB 15
547,052 547,052 0000000000000000000def8e87e1ceb2af2a83f095ea6731d827c195139b53ff 2,801 1.00/1.00 vMB 12
547,051 547,051 00000000000000000011342558f8d4248a8e7379a812fc1cafeabcac5c59ac58 2,585 1.00/1.00 vMB 15
547,050 547,050 00000000000000000023cee746d7b6aada87338c5e132bd011f0b823efb9b1d7 2,980 1.00/1.00 vMB 11
547,049 547,049 00000000000000000022434559c3dc083856a0899886e7db7bf3aa8092e4b6f1 2,870 1.00/1.00 vMB 20
547,048 547,048 0000000000000000000f1447ce45e77747f2e5e948398adf79240cacbebc534c 2,405 1.00/1.00 vMB 16
547,047 547,047 0000000000000000001f0c88dda5e011a6922be852de79d9d40267f8403b9a90 3,058 1.00/1.00 vMB 10
547,046 547,046 00000000000000000019234c6d338d3c7a1e53d56f038408555a9e83edf0da2b 2,161 1.00/1.00 vMB 10
547,045 547,045 00000000000000000026ea98e1ace3ea9d4fca7a992c3c5a104ab97f6c5adaf8 1,726 1.00/1.00 vMB 15
547,044 547,044 0000000000000000000249bd16e0bfdbe93b2ed3559c2985c54318b657966814 2,450 1.00/1.00 vMB 7
547,043 547,043 0000000000000000000b9b239134dd083b14f0a4baa0403a7a883a5086cad3ad 3,172 1.00/1.00 vMB 18
547,042 547,042 00000000000000000020b8335a9eb0bbbb9e85bd46b19450508bb5d7bd382b30 2,645 1.00/1.00 vMB 15
547,041 547,041 0000000000000000000d9a266a8535c8b024a2c933915f65c6c94352315048fb 2,980 1.00/1.00 vMB 9
547,040 547,040 000000000000000000076db61e9a064ed4888a77656388752c5eff612dedf2ad 2,232 1.00/1.00 vMB 11
547,039 547,039 00000000000000000011ea1f7694b5353949ca754ea1a13bf51d2464834baf1b 2,955 1.00/1.00 vMB 28
547,038 547,038 00000000000000000004d784f95acb3668068b90cb43220bcc315d05fdb7963b 2,798 1.00/1.00 vMB 17
547,037 547,037 000000000000000000051357110c61f0a63ca70e765e3c64a64df65f343e5f38 3,172 1.00/1.00 vMB 25
547,036 547,036 000000000000000000098602454508113cfa4d0c9e4e112689af56b5ae2707fe 3,178 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.09 GB
    • Received: 11.53 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.