Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,598 transactions (1.80 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,068 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,449 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (552,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,377 358,377 000000000000000014e40676d96349d495b240727738c21787b1d6e63fd00d78 0.28 MB 487 26
358,376 358,376 0000000000000000083a22b499a2320e53cb2a6c5ec58b11675a755f9e8b7337 0.41 MB 725 24
358,375 358,375 00000000000000000603a77ba798029a729195b3c4fb290d0c6e54392e1897d2 0.75 MB 1,469 26
358,374 358,374 000000000000000004ba40da11e51a823fe4b2336e16196784e4245b7697f90b 0.00 MB 1 0
358,373 358,373 000000000000000015648fea683b1241919599431172816e967e7d3ec80479d7 0.88 MB 1,765 27
358,372 358,372 000000000000000008464a6a19387029fa99edace15996d06a6343a8345d6167 0.58 MB 998 26
358,371 358,371 0000000000000000007969b9a448160a673cf349506b3fcaaf20fcaf21a34bfb 0.00 MB 1 0
358,370 358,370 0000000000000000056d64ed61faac1337af616b44ba3bb20259f5d62267e605 0.22 MB 431 22
358,369 358,369 00000000000000000a1b56add7dcde2a1fd8dcbae2c2de4d72e2283c45f4f81f 0.47 MB 952 23
358,368 358,368 000000000000000009410af34bf5f107f8b5278313471dff8bc9c2ff5d4e0c7a 0.15 MB 236 24
358,367 358,367 0000000000000000042ed9109dad7af4ba20493b077c46d1fbac13cb98899145 0.30 MB 580 27
358,366 358,366 000000000000000003652307f0c7f0f8633ecad6ea2aff910eeaa157dd910483 0.68 MB 1,130 10
358,365 358,365 000000000000000014d72ad19aebc883e6899effa4a35f08402d5f47f25ff020 0.75 MB 1,312 21
358,364 358,364 000000000000000015976522988070c5b65abe3c95054933023fc79920442dcd 0.75 MB 501 20
358,363 358,363 00000000000000000822b1507669ef043fb949415bb2d9c02164ed2051ffd922 1.00 MB 1,869 27
358,362 358,362 0000000000000000164f2e80ac86b2a400d15749b7afef948321db96d51dd142 0.75 MB 2,505 52
358,361 358,361 000000000000000001dda5bc04d716bfe63dccc4394edef568035e98c8e2559b 0.75 MB 1,004 20
358,360 358,360 000000000000000005039043c270114829e6f9ff40f1ab99dd1dcc72dafba4cc 0.00 MB 1 0
358,359 358,359 00000000000000000421ae5226558343f4b0b07136951e998f366ba53b9b57ee 0.75 MB 1,393 25
358,358 358,358 00000000000000001103186d8915f024520d0e2d517e2f30aa1aaf08aa67659b 0.75 MB 1,531 53
358,357 358,357 00000000000000000d39f14b76975d2de18cf0fa94e24f2488973cb2639fe80a 0.10 MB 106 11
Previous 10 blocks ↓
Total Size: 775.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,367.52 GB sent, 125.63 GB received

Notes

  • This page updates every 5 seconds.
  • 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.