Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

819 transactions (0.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,074 000000000000000000022cb30000000000000000000000000000000000000000 0.28 vMB 814 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,073 (549,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,522 361,522 0000000000000000156fe9e34bb0b3a020f860fd455a4b407dbb6230dd356870 0.75 MB 2,309 56
361,521 361,521 00000000000000000613eb6e077d98f9881be4ffea42a0ad4b41dbf9368f8342 0.74 MB 234 84
361,520 361,520 00000000000000000e3ab62273bddcd3953619eaa55c54384aabfe24231fb206 0.74 MB 253 87
361,519 361,519 00000000000000000a3a04269a39439e652ea527b3025dbe50313b9bb4278161 0.81 MB 306 120
361,518 361,518 000000000000000012309f32fbe01eaa69bdb57a92ecf81c10031014157a45d3 0.95 MB 389 90
361,517 361,517 000000000000000011d92c7fab2fe13514710252bf60f36602be4a0245962c1d 0.73 MB 295 85
361,516 361,516 000000000000000006a7a6d3f1d1474569bdc84fb508c9e3332f2cd6fe0c994e 0.85 MB 340 96
361,515 361,515 0000000000000000048b5da7f027c4d9830ef3b3fce08c937dc59d1d33035e48 0.00 MB 1 0
361,514 361,514 00000000000000000ac0ff6562b7058044eba5f9f2a242ce6f1c3f8f8c70448f 0.38 MB 184 79
361,513 361,513 0000000000000000033247610d00c6f9f3c803968ad77f21f4765fb204cdb32d 0.45 MB 631 34
361,512 361,512 00000000000000001498c4c69d32f7bce6386e77b4e1b131af64854c47b539a7 0.75 MB 948 72
361,511 361,511 00000000000000000a21d85def3067d620478f09f47ee7b26b97e8d0e09c1d08 0.06 MB 139 22
361,510 361,510 0000000000000000098c7dcb859aab8e0040db68d0f21b5a35ad8d021239b20f 0.48 MB 829 30
361,509 361,509 00000000000000000f5945db495b6071c9ef52e4d4fb630bcc6456e99436e842 0.08 MB 145 38
361,508 361,508 000000000000000008b82b9d634418df9d4c7d840074408fbc496be2360646ef 0.52 MB 1,033 38
361,507 361,507 00000000000000000e2b93b0de80b5be6d620f3b23f32ed4c046797249726c6b 0.11 MB 159 14
361,506 361,506 0000000000000000048ed90221813a891d7d4a66a9bd9179e861908171113f53 0.77 MB 843 28
361,505 361,505 00000000000000000683633b8f6c4b694228bcff062ceb8c654a892da007d1e2 0.75 MB 1,107 38
361,504 361,504 00000000000000000bd6329ce4a3b2cb97642977acbe3d18f5f4cff980c0d104 0.73 MB 1,398 31
361,503 361,503 00000000000000000dc0caf482f6302820a13f614fc7a42fa4002ee994b7b0ad 0.90 MB 1,568 27
361,502 361,502 00000000000000000dcf6b554f60f3a43eb3f64327423714030c04333cf7d06a 0.93 MB 1,447 63
Previous 10 blocks ↓
Total Size: 775.38 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,368.28 GB sent, 125.69 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.