Loading Tool

Explorer IconExplorer

Memory Pool

38,032 transactions
28.03 vMB
0.06184413 BTC
Random Selection Loading Transactions
Max Size: 142.02/200 MB

Candidate Block

Mining Attempt 317c9997372069271d0895d47a520ca271741895754b68b3c632138b2e5dd95a
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 4877f477ade2071cf78dc50324dba872393476fa364a6ce775a9f3a30a38f219
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,581
Size: 1.00 vMB
Total Fees: 0.00830098 BTC
Feerates: 150.80 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (444,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
469,970 469,970 000000000000000001131502aeb6c44cb5ebc86743beff5daa1586fd7cc93cbf 1,757 1.00/1.00 vMB 213
469,969 469,969 000000000000000000afaed98e51b66559cfddb8ce7dc5cd84fdc754eedfd06e 2,218 1.00/1.00 vMB 270
469,968 469,968 000000000000000000dacc3c80339b44b37ad1d0daf24a0c618795b0ab6f49be 1,917 1.00/1.00 vMB 245
469,967 469,967 00000000000000000148e15aa8a5a96be72fb6a13d6c06d7000b0104b39a0386 2,339 1.00/1.00 vMB 327
469,966 469,966 0000000000000000017a8da7be8f07e4ef3d55ebe61aa2d0adca1d2901a7ee80 2,205 1.00/1.00 vMB 409
469,965 469,965 0000000000000000010a1f39aab88bcda15dcb39b1fbd0595dc7e105015356e5 2,251 1.00/1.00 vMB 312
469,964 469,964 0000000000000000008c71fd33a68f040cac7e1d318be1f211df02bef3353de8 2,209 1.00/1.00 vMB 374
469,963 469,963 000000000000000001109f01f9b77358d917ab072cc73c0d4b839ebada37975d 2,252 1.00/1.00 vMB 395
469,962 469,962 000000000000000000280376458a19050b7e2a868b33e74a0091daf19dc3b78d 1,821 1.00/1.00 vMB 320
469,961 469,961 000000000000000001348c51bef61065239fee851ed1c854667686a04fc6a271 2,549 1.00/1.00 vMB 461
469,960 469,960 00000000000000000121cfaa1e4cbfcca0bc3c33ce6eff006cab6ad3c6117c51 2,556 1.00/1.00 vMB 315
469,959 469,959 000000000000000000f081b270cf12aa89c226f3a305ab7768507a775f0f259b 2,072 1.00/1.00 vMB 349
469,958 469,958 000000000000000001363f51121c46089d80857063f19cc091857b0630a118fd 1,659 0.75/1.00 vMB 381
469,957 469,957 0000000000000000004bf11828eb8f12ff698407f2ad81454cb4cf7b9f8ab34e 1,881 1.00/1.00 vMB 388
469,956 469,956 0000000000000000013c88a661d2db7b7e62b38cb6514b45f2676501b251455f 1,915 1.00/1.00 vMB 489
469,955 469,955 00000000000000000028a5f7d8d93a53cce05bb7ebf3f6402fd6d722d3c16c69 2,415 1.00/1.00 vMB 417
469,954 469,954 0000000000000000014cc6730a3504399ce3c34ab53560b8e2a81408d970bb1c 1,693 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 781.69 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: 628.67 GB
    • Received: 11.82 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.