Loading Tool

Explorer IconExplorer

Memory Pool

80,905 transactions
30.53 vMB
0.08430627 BTC
Random Selection Loading Transactions
Max Size: 186.08/200 MB

Candidate Block

Mining Attempt bf121e30128331073ad2085ab60c1d8e6bb68b2e07d4c76e6e8fb99beee9db1b
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 2d005b7a3385d6e98f0b93c36e1ab05303d9be4e48a7dc63531f5273f5cc9677
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,382
Size: 1.00 vMB
Total Fees: 0.01595303 BTC
Feerates: 318.30 > 1.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (456,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,841 458,841 0000000000000000001c0819452ddd695205840b63fda70bbe0912bd39caf093 2,149 1.00/1.00 vMB 148
458,840 458,840 00000000000000000121c0010f94275d16fd15622d34568b1aa2bd45aa01f598 2,584 1.00/1.00 vMB 209
458,839 458,839 000000000000000000ccedcdc59dd08450795598e5721cecc72472b287c0c062 1,640 1.00/1.00 vMB 160
458,838 458,838 0000000000000000006fa049aed28126206e5b82617473e6dd575f9c1d940a4b 1,842 1.00/1.00 vMB 120
458,837 458,837 000000000000000001d6b33475e5c32a9c50ad499f8823b3b44e93cb71b4fd9f 2,399 1.00/1.00 vMB 213
458,836 458,836 000000000000000000098f46f4a6a3c5635f1c106e38b7c7f267d89265766939 1,598 1.00/1.00 vMB 138
458,835 458,835 000000000000000000cca234ce0fdfc96c51f7a767828be907191a68c27ab518 2,243 1.00/1.00 vMB 124
458,834 458,834 00000000000000000185565f51222e67b9668fe970857fa0a5b623ffb62fae05 1,625 1.00/1.00 vMB 115
458,833 458,833 00000000000000000018c6c3ec367e3d8a10f8055d3f0ff26a119aac2cba79e2 2,342 1.00/1.00 vMB 143
458,832 458,832 000000000000000001f7e7af3cb3aed810fef4c47a13d0e2e028a75b9117f4a1 1,623 1.00/1.00 vMB 142
458,831 458,831 0000000000000000012630565edd760acd7d41e92fd760b158438fcc54096072 1 0.00/1.00 vMB 0
458,830 458,830 000000000000000000c37cedba6c7088b6f02ab03bc57f750afde716fd4b0a09 2,352 1.00/1.00 vMB 193
458,829 458,829 000000000000000000c5c9877755602b08ec68eb6d76c1c61d00330bf4d35e80 1,990 1.00/1.00 vMB 155
458,828 458,828 000000000000000001967a5425cedfdc3638cbd25bdf9f102c2476e6110085c5 2,529 1.00/1.00 vMB 226
458,827 458,827 000000000000000000b47164ef7f4a83600bbe8286d6f45b230e4974a60ffef4 2,764 1.00/1.00 vMB 153
458,826 458,826 000000000000000000b684792a18791cf6f305ef6586251afbcdaef7063b6f5c 2,021 1.00/1.00 vMB 152
458,825 458,825 0000000000000000019f781e70521fa8bf2886c4348534e641d8d35011c141fa 2,289 1.00/1.00 vMB 181
458,824 458,824 00000000000000000230a3e2f47f9e2017efb5d57d9ff810fd0e1e9b09a2ab87 2,511 1.00/1.00 vMB 220
458,823 458,823 000000000000000001b473570437f6d5eeca2c13815258321adefd10bc4eebc3 1,981 1.00/1.00 vMB 153
458,822 458,822 000000000000000000b1d695e82ceab3f37c7ac1f66bdbceddcb32dfdc0c67c9 2,028 1.00/1.00 vMB 163
458,821 458,821 000000000000000001b1d509a92001cbffe38f6064babd75ad3e63fa328befb4 1,762 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 783.00 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: 718.35 GB
    • Received: 17.89 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.