Loading Tool

Explorer IconExplorer

Memory Pool

41,000 transactions
28.06 vMB
0.07847302 BTC
Random Selection Loading Transactions
Max Size: 144.02/200 MB

Candidate Block

Mining Attempt 66c1e559d291a6de78b00f6ff9dabdd86ca73053004806a5ef43732054a77d38
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root ea806e0958c566829e921af9706e41e31e6c4e2a2420e8856e0f8fe1f1c6b1df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.02389416 BTC
Feerates: 100.95 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (444,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,991 469,991 00000000000000000123f453e631bf396ee6596859eaab0d57d3fe82b0aea961 1,056 1.00/1.00 vMB 68
469,990 469,990 0000000000000000008809a3cf67eff7442d937066aae1ddefe8489d3ca3b9ff 1,323 1.00/1.00 vMB 185
469,989 469,989 00000000000000000112f642786f8ec2137c9ff401f49abc4d6d86466ac48e91 2,092 1.00/1.00 vMB 277
469,988 469,988 0000000000000000004947f0970267cec223fab7346b9fc8b272f20fdfe398a7 2,196 1.00/1.00 vMB 430
469,987 469,987 000000000000000000ec9a7019dbbbfac52323160cb13ab224729666c175a78c 2,451 1.00/1.00 vMB 112
469,986 469,986 0000000000000000012667a6223fe9ccadb7737543529446ec27832331835478 1,508 0.93/1.00 vMB 185
469,985 469,985 000000000000000000568b0f7499fa7433a702a2df39eafd230134d0e7872fd6 2,056 1.00/1.00 vMB 222
469,984 469,984 000000000000000000a9ccc25ab79506b230881e7f3ee9833e699a36fa8f415e 2,077 1.00/1.00 vMB 275
469,983 469,983 0000000000000000008096fb2f3fc4c159e23ce180da6e5ad7095d73f8988295 1,735 1.00/1.00 vMB 275
469,982 469,982 0000000000000000006c91f8694ea8a816c1d668612f069a81d38e05ddbcb48a 2,006 1.00/1.00 vMB 181
469,981 469,981 000000000000000000e1574c95cfc9211f83799836e23b860aef937da0db051d 2,284 0.99/1.00 vMB 215
469,980 469,980 0000000000000000010c233dc6a44fea3b0d15857f098a560717ad00bd89ae2e 2,274 1.00/1.00 vMB 302
469,979 469,979 0000000000000000012acda0cae5d7a38e8f8da680dfe18a18155bc9efde96d8 1,814 1.00/1.00 vMB 96
469,978 469,978 000000000000000000d57c988d266034a37add2bc97eee12d2af61672725a348 2,444 1.00/1.00 vMB 387
469,977 469,977 0000000000000000014c2f190d61d7b64744da98df296b6c2e0af40ecef51c84 2,206 1.00/1.00 vMB 295
469,976 469,976 0000000000000000009e4e5a1b36a4c0ca0bf2d5bc7096de0985d108d45cb5e9 1,954 1.00/1.00 vMB 390
469,975 469,975 000000000000000001810aebf9a9fb24ab9af0cb856190d3dbca2cd5e5abbc0e 1,737 1.00/1.00 vMB 398
469,974 469,974 000000000000000000556e686cd16f0cbcf29728057be8818cb4a754a00e93c1 2,196 1.00/1.00 vMB 187
469,973 469,973 000000000000000001029151ef4682c85f4a488c2b1ab142e1521629abae48dc 2,089 1.00/1.00 vMB 153
469,972 469,972 00000000000000000063e2235e6fd42781f07db34098179c3dfa3aa48079f018 1,979 1.00/1.00 vMB 253
469,971 469,971 0000000000000000019ac778fc2e97d276ed6e6e0b6102a5f164b8dd8178f4ee 106 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.76 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: 632.40 GB
    • Received: 12.11 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.