Loading Tool

Explorer IconExplorer

Memory Pool

43,817 transactions
30.09 vMB
0.09961556 BTC
Random Selection Loading Transactions
Max Size: 153.09/200 MB

Candidate Block

Mining Attempt f0d681f0163b08a532f150ffcbc678ceb0066002de3d7151b93517584991f1b2
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 1718205dd15aa42613e81e646954da0d4c8d5dcf1a0bb096a1e3dfe312cbf09a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,788
Size: 1.00 vMB
Total Fees: 0.03659681 BTC
Feerates: 150.97 > 3.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (367,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,066 547,066 000000000000000000187868fe3ac0d0bbd36161f0d97e3332928f2ea54baf5a 2,906 1.00/1.00 vMB 30
547,065 547,065 0000000000000000001d12da0dea758400e62a76d560eed87ae7ef688eb0800f 2,584 1.00/1.00 vMB 17
547,064 547,064 0000000000000000002717aa6ffdd14bf5bc431bf99a46e465c913e99c46c343 2,149 1.00/1.00 vMB 10
547,063 547,063 0000000000000000001d133428a5bb2bbccd1b04b57b992224c4e772f7e17380 808 1.00/1.00 vMB 5
547,062 547,062 0000000000000000000d760ae3622870e5edc116184fdf638324dbf243854c22 320 1.00/1.00 vMB 1
547,061 547,061 000000000000000000084e3043a442e193e23e939480dd730f7c83abca0be416 2,787 1.00/1.00 vMB 18
547,060 547,060 0000000000000000002712d220bfb4972e18193c9aa91c2c8d38a7ee97be8bae 448 1.00/1.00 vMB 3
547,059 547,059 000000000000000000139d5870063499f66b0629e333bae742c1f4397a66fe11 1,916 1.00/1.00 vMB 13
547,058 547,058 0000000000000000000f9f85cadde71feb0d4407404d8c81ea044cbd7dd976a7 1,786 1.00/1.00 vMB 7
547,057 547,057 0000000000000000001377e3fa320b8c92cb417b1be5cb8ddaca370f1897b667 1,187 1.00/1.00 vMB 4
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
Previous 10 blocks ↓
Total Size: 781.64 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: 626.53 GB
    • Received: 11.66 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.