Loading Tool

Explorer IconExplorer

Memory Pool

40,218 transactions
27.51 vMB
0.06715689 BTC
Random Selection Loading Transactions
Max Size: 141.03/200 MB

Candidate Block

Mining Attempt bf9962c6320483acfce702c291f4c46505b8acc3df47dd0d25249cce057ccd21
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root ab6016794c279c0d1b73bc4f42776d14654d74cf3db0697b549bc724df6b3d30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,692
Size: 1.00 vMB
Total Fees: 0.01481264 BTC
Feerates: 307.10 > 1.48 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (444,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,994 469,994 000000000000000000a942e57b887c1d64ea619ea5d2d31a48c4bb1037832b9e 2,484 1.00/1.00 vMB 356
469,993 469,993 00000000000000000036d20d71dcb1dc74dab3b0f78bd78121ed9d9af851be9b 2,345 1.00/1.00 vMB 442
469,992 469,992 000000000000000000e832e866bd1529d8dc846fc6131fc803dba0676a9013eb 2,016 1.00/1.00 vMB 239
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
Previous 10 blocks ↓
Total Size: 781.78 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.87 GB
    • Received: 12.17 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.